diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2018-05-30 12:06:10 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2018-05-30 12:06:10 +0200 |
| commit | 6fbfa8eead3dca8edd427bbf4abf496cc3366d14 (patch) | |
| tree | 63e040eaba7b95f4593c7acfef01733cdcdb78ea /test/Makefile.am | |
| parent | a3c592894d01095776ed96593edb0550ec1a68fe (diff) | |
| download | PROJ-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.am | 11 |
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 |
