aboutgitcodelistschat:MatrixIRC
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8dd5d85..a611583 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,8 @@ CFLAGS += -DBUILD_TRANSFORM_OUT=\"t.out\"
CFLAGS += -DSEITAN_AUDIT_ARCH=AUDIT_ARCH_$(AUDIT_ARCH)
CFLAGS += -Wall -Wextra -pedantic
+export CFLAGS
+
all: t.out seitan-loader seitan
t.out: qemu_filter build
@@ -35,6 +37,9 @@ filter.h: qemu_filter
numbers.h:
./nr_syscalls.sh
+test-unit:
+ $(MAKE) -C tests/unit
+
transform.h: qemu_filter
./transform.sh qemu_filter