From 9c0ed46f68cada9f3455be91adb553d020012596 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Sat, 9 Mar 2019 11:56:05 +0100 Subject: Rename 'qa' directory to 'tests' When searching for library tests, 'qa' is easily overlooked. Use a more common name instead. Suggested-by: Pablo Neira Ayuso Signed-off-by: Phil Sutter Signed-off-by: Pablo Neira Ayuso --- tests/Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 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..20ebaf2 --- /dev/null +++ b/tests/Makefile.am @@ -0,0 +1,19 @@ +include $(top_srcdir)/Make_global.am + +check_PROGRAMS = test_api test_filter test_connlabel ct_stress \ + ct_events_reliable + +test_api_SOURCES = test_api.c +test_api_LDADD = ../src/libnetfilter_conntrack.la + +test_connlabel_SOURCES = test_connlabel.c +test_connlabel_LDADD = ../src/libnetfilter_conntrack.la + +test_filter_SOURCES = test_filter.c +test_filter_LDADD = ../src/libnetfilter_conntrack.la + +ct_stress_SOURCES = ct_stress.c +ct_stress_LDADD = ../src/libnetfilter_conntrack.la + +ct_events_reliable_SOURCES = ct_events_reliable.c +ct_events_reliable_LDADD = ../src/libnetfilter_conntrack.la -- cgit v1.2.3