]> git.ozlabs.org Git - petitboot/blobdiff - test/parser/test-null.c
test: Replace parser tests with empty framework
[petitboot] / test / parser / test-null.c
diff --git a/test/parser/test-null.c b/test/parser/test-null.c
new file mode 100644 (file)
index 0000000..954ddc3
--- /dev/null
@@ -0,0 +1,7 @@
+
+#include "parser-test.h"
+
+void run_test(struct parser_test *test)
+{
+       (void)test;
+}