diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/Makefile | 8 | ||||
-rw-r--r-- | tests/unit/test_filter_build.c (renamed from tests/unit/test-filter.c) | 0 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/unit/Makefile b/tests/unit/Makefile index 80b494f..bdd419b 100644 --- a/tests/unit/Makefile +++ b/tests/unit/Makefile @@ -33,10 +33,10 @@ CFLAGS += -DSEITAN_AUDIT_ARCH=AUDIT_ARCH_$(AUDIT_ARCH) -DTMP_DATA_SIZE=1000 test: test-filter test-operations test-op-call -test-filter: test-filter.c $(SRCS_FILTER) $(HEADERS_FILTER) - $(CC) $(CFLAGS) -o test-filter $(SRCS_FILTER) \ - test-filter.c - ./test-filter +test-filter-build: test_filter_build.c $(SRCS_FILTER) $(HEADERS_FILTER) + $(CC) $(CFLAGS) -o test-filter-build $(SRCS_FILTER) \ + test_filter_build.c + ./test-filter-build test-op-call: test_op_call.c $(SRCS_OP_CALL) $(HEADERS_OP_CALL) $(CC) $(CFLAGS) -o test-op-call $(SRCS_OP_CALL) \ diff --git a/tests/unit/test-filter.c b/tests/unit/test_filter_build.c index 5d3373d..5d3373d 100644 --- a/tests/unit/test-filter.c +++ b/tests/unit/test_filter_build.c |