From c9605d74204f2502ba57b8e9acd21350f07bf032 Mon Sep 17 00:00:00 2001 From: gramanas Date: Mon, 31 Jan 2022 17:25:17 +0200 Subject: Move project to autoconf --- tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/Makefile.am (limited to 'tests/Makefile.am') 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@ -- cgit v1.2.3