From 6a850dfce709751292a136d76060c97b57435ef1 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Thu, 30 Mar 2023 10:23:17 +0200 Subject: test: rename test-filter.c to test_filter_build.c --- tests/unit/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/unit/Makefile') 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) \ -- cgit v1.2.3