Start moving the tests into subfolders. Transition to SCons for build system for...
[apps/agl-service-can-low-level.git] / tests / Makefile
index d357c67..fb37e63 100644 (file)
@@ -1,13 +1,6 @@
-CFLAGS=-ansi -pedantic -Wall -I .. -g -O0
-DEPS=../pb_decode.c ../pb_decode.h ../pb.h
-
-all: test_decode1
+all:
+       scons
 
 clean:
-       rm -f test_decode1
-
-test_decode1: test_decode1.c $(DEPS)
-       $(CC) $(CFLAGS) -o $@ $< ../pb_decode.c
+       scons -c
 
-fuzztest: test_decode1
-       bash -c 'I=1; while cat /dev/urandom | ./test_decode1 > /dev/null; do I=$$(($$I+1)); echo -en "\r$$I"; done'
\ No newline at end of file