From a65df5d6b21233e7058afff0e1cd8e7e0ec193ac Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Mon, 17 Apr 2023 21:52:30 +0200 Subject: Replace build system: autoconf -> meson --- test/.gitignore | 7 ------- test/Makefile.am | 23 ----------------------- 2 files changed, 30 deletions(-) delete mode 100644 test/.gitignore delete mode 100644 test/Makefile.am (limited to 'test') diff --git a/test/.gitignore b/test/.gitignore deleted file mode 100644 index 2099e3a..0000000 --- a/test/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -/test-*.log -/*.trs -/test-header-parser -/test-multipart-formdata-parser -/test-query-parser -/test-args -/test-json diff --git a/test/Makefile.am b/test/Makefile.am deleted file mode 100644 index 9636062..0000000 --- a/test/Makefile.am +++ /dev/null @@ -1,23 +0,0 @@ -MAINTAINERCLEANFILES = Makefile.in - -AM_CPPFLAGS = @DEFINES@ -I$(top_builddir)/src - -TESTS = test-query-parser test-header-parser test-multipart-formdata-parser \ - test-args test-json - -check_PROGRAMS = $(TESTS) - -test_query_parser_SOURCES = test-query-parser.cc -test_query_parser_LDADD = $(top_srcdir)/src/libcgi.la - -test_header_parser_SOURCES = test-header-parser.cc -test_header_parser_LDADD = $(top_srcdir)/src/libcgi.la - -test_multipart_formdata_parser_SOURCES = test-multipart-formdata-parser.cc -test_multipart_formdata_parser_LDADD = $(top_srcdir)/src/libcgi.la - -test_args_SOURCES = test-args.cc -test_args_LDADD = $(top_srcdir)/src/libcgi.la - -test_json_SOURCES = test-json.cc -test_json_LDADD = $(top_srcdir)/src/libjson.la -- cgit v1.2.3-70-g09d2