aboutsummaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2018-05-30 12:06:10 +0200
committerEven Rouault <even.rouault@spatialys.com>2018-05-30 12:06:10 +0200
commit6fbfa8eead3dca8edd427bbf4abf496cc3366d14 (patch)
tree63e040eaba7b95f4593c7acfef01733cdcdb78ea /test/Makefile.am
parenta3c592894d01095776ed96593edb0550ec1a68fe (diff)
downloadPROJ-6fbfa8eead3dca8edd427bbf4abf496cc3366d14.tar.gz
PROJ-6fbfa8eead3dca8edd427bbf4abf496cc3366d14.zip
Move catch.hpp header in test/; rename test/cpp as test/unit
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