diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/.deps/check_parse-check_parse.Po | 1 | ||||
-rw-r--r-- | tests/Makefile.am | 4 | ||||
-rw-r--r-- | tests/check_parse.c | 4 |
3 files changed, 9 insertions, 0 deletions
diff --git a/tests/.deps/check_parse-check_parse.Po b/tests/.deps/check_parse-check_parse.Po new file mode 100644 index 0000000..9ce06a8 --- /dev/null +++ b/tests/.deps/check_parse-check_parse.Po @@ -0,0 +1 @@ +# dummy diff --git a/tests/Makefile.am b/tests/Makefile.am new file mode 100644 index 0000000..95bbaf5 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,4 @@ +TESTS = check_parse +check_PROGRAMS = check_parse +check_parse_SOURCES = check_parse.c $(top_builddir)/src/parse.h +check_parse_CFLAGS = @CHECK_CFLAGS@ diff --git a/tests/check_parse.c b/tests/check_parse.c new file mode 100644 index 0000000..f388ef8 --- /dev/null +++ b/tests/check_parse.c @@ -0,0 +1,4 @@ + +int main() { + return 0; +} |