aboutgitcodelistschat:MatrixIRC
path: root/tests/unit/Makefile
diff options
context:
space:
mode:
authorAlice Frosi <afrosi@redhat.com>2023-04-12 14:26:59 +0200
committerAlice Frosi <afrosi@redhat.com>2023-04-12 14:39:30 +0200
commit8717257069249cdb217575bb3a3512d35bfadafb (patch)
treedc64c6f8aaa595e4edb2d57bf489ba885a2ca748 /tests/unit/Makefile
parentc54051101e95998b3070d5ccea46f6c7e33dfe57 (diff)
downloadseitan-8717257069249cdb217575bb3a3512d35bfadafb.tar
seitan-8717257069249cdb217575bb3a3512d35bfadafb.tar.gz
seitan-8717257069249cdb217575bb3a3512d35bfadafb.tar.bz2
seitan-8717257069249cdb217575bb3a3512d35bfadafb.tar.lz
seitan-8717257069249cdb217575bb3a3512d35bfadafb.tar.xz
seitan-8717257069249cdb217575bb3a3512d35bfadafb.tar.zst
seitan-8717257069249cdb217575bb3a3512d35bfadafb.zip
Refactor tests to use same struct arg as the filter
Diffstat (limited to 'tests/unit/Makefile')
-rw-r--r--tests/unit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/Makefile b/tests/unit/Makefile
index ae9631b..ef702dc 100644
--- a/tests/unit/Makefile
+++ b/tests/unit/Makefile
@@ -34,11 +34,11 @@ AUDIT_ARCH := $(shell echo $(AUDIT_ARCH) | sed 's/PPCLE/PPC64LE/')
CFLAGS += -Wall -Wextra -pedantic
CFLAGS += -I$(COMMON_DIR) -I$(OP_DIR) -I$(COOKER_DIR) -I$(DBG_DIR)
CFLAGS += -lcheck
-CFLAGS += -DSEITAN_AUDIT_ARCH=AUDIT_ARCH_$(AUDIT_ARCH) -DTMP_DATA_SIZE=1000
+CFLAGS += -DSEITAN_AUDIT_ARCH=AUDIT_ARCH_$(AUDIT_ARCH) -DTMP_DATA_SIZE=1000000
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