aboutgitcodelistschat:MatrixIRC
path: root/tests/unit/Makefile
diff options
context:
space:
mode:
authorAlice Frosi <afrosi@redhat.com>2023-04-12 11:06:27 +0200
committerAlice Frosi <afrosi@redhat.com>2023-04-12 11:06:27 +0200
commitc54051101e95998b3070d5ccea46f6c7e33dfe57 (patch)
tree9a86cafce8f9c53ebcc685ee30c849c5e1b9b027 /tests/unit/Makefile
parentbe8d1f5f3aac134218ccbeec49108844293796bc (diff)
downloadseitan-c54051101e95998b3070d5ccea46f6c7e33dfe57.tar
seitan-c54051101e95998b3070d5ccea46f6c7e33dfe57.tar.gz
seitan-c54051101e95998b3070d5ccea46f6c7e33dfe57.tar.bz2
seitan-c54051101e95998b3070d5ccea46f6c7e33dfe57.tar.lz
seitan-c54051101e95998b3070d5ccea46f6c7e33dfe57.tar.xz
seitan-c54051101e95998b3070d5ccea46f6c7e33dfe57.tar.zst
seitan-c54051101e95998b3070d5ccea46f6c7e33dfe57.zip
Add other comparison operation for the BPF filter
Diffstat (limited to 'tests/unit/Makefile')
-rw-r--r--tests/unit/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/unit/Makefile b/tests/unit/Makefile
index fac3f68..ae9631b 100644
--- a/tests/unit/Makefile
+++ b/tests/unit/Makefile
@@ -38,7 +38,7 @@ CFLAGS += -DSEITAN_AUDIT_ARCH=AUDIT_ARCH_$(AUDIT_ARCH) -DTMP_DATA_SIZE=1000
test: test-filter test-operations test-op-call
-build-filter-build: test_filter_build.c $(SRCS_FILTER_BUILD) $(HEADERS_FILTER_BUILD)
+build-filter-build: test_filter_build.c $ (SRCS_FILTER_BUILD) $(HEADERS_FILTER_BUILD)
$(CC) $(CFLAGS) -o filter-build $(SRCS_FILTER) \
test_filter_build.c
@@ -65,3 +65,6 @@ build-operations: test_operations.c $(SRCS_OP) $(HEADERS_OP)
test-operations: build-operations
./operations
+
+clean:
+ rm -f operations op-call filter filter-build