Unittests for encode
[apps/agl-service-can-low-level.git] / tests / test_decode1.c
index 362c404..cc4688d 100644 (file)
@@ -1,9 +1,10 @@
 #include <stdio.h>
-#include <string.h>
-#include <stddef.h>
 #include <pb_decode.h>
 #include "person.h"
 
+/* This test has only one source file anyway.. */
+#include "person.c"
+
 bool print_person(pb_istream_t *stream)
 {
     int i;