[linux-kernel] Add test that checks the ifdef hardwiring

This commit is contained in:
Nick Terrell
2020-09-09 14:36:19 -07:00
parent 29c5de8780
commit aab4bf7b0d
4 changed files with 47 additions and 2 deletions
+1
View File
@@ -19,6 +19,7 @@ test: test.c liblinuxzstd.a
$(CC) $(LDFLAGS) $(CPPFLAGS) $(CFLAGS) $^ -o $@
run-test: test
./macro-test.sh
./test
.PHONY: