diff options
Diffstat (limited to 'tests/unit/Makefile')
-rw-r--r-- | tests/unit/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/unit/Makefile b/tests/unit/Makefile new file mode 100644 index 0000000..3270052 --- /dev/null +++ b/tests/unit/Makefile @@ -0,0 +1,5 @@ +CFLAGS += -lcheck + +test: test-filter.c + $(CC) $(CFLAGS) -o test-filter ../../filter.c ../../disasm.c test-filter.c + ./test-filter |