aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am11
1 files changed, 9 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 541668c7..6fb30c4f 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,3 +1,10 @@
-SUBDIRS = gie gigs cpp
-
EXTRA_DIST = CMakeLists.txt
+
+include_HEADERS = catch.hpp
+
+lib_LTLIBRARIES = libtestmain.la
+
+libtestmain_la_LDFLAGS = -no-undefined
+libtestmain_la_SOURCES = test_main.cpp
+
+SUBDIRS = . gie gigs unit