diff options
author | Alice Frosi <afrosi@redhat.com> | 2023-03-30 10:23:17 +0200 |
---|---|---|
committer | Alice Frosi <afrosi@redhat.com> | 2023-03-30 11:07:12 +0200 |
commit | 6a850dfce709751292a136d76060c97b57435ef1 (patch) | |
tree | 6ae031337b06cb493483fc8e98e02c46dcacddaf | |
parent | 746822c2ac80d2558678509930291c86c31e7283 (diff) | |
download | seitan-6a850dfce709751292a136d76060c97b57435ef1.tar seitan-6a850dfce709751292a136d76060c97b57435ef1.tar.gz seitan-6a850dfce709751292a136d76060c97b57435ef1.tar.bz2 seitan-6a850dfce709751292a136d76060c97b57435ef1.tar.lz seitan-6a850dfce709751292a136d76060c97b57435ef1.tar.xz seitan-6a850dfce709751292a136d76060c97b57435ef1.tar.zst seitan-6a850dfce709751292a136d76060c97b57435ef1.zip |
test: rename test-filter.c to test_filter_build.c
-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 |