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/cpp/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/cpp/Makefile.am')
| -rw-r--r-- | test/cpp/Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/test/cpp/Makefile.am b/test/cpp/Makefile.am deleted file mode 100644 index 1130bbce..00000000 --- a/test/cpp/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -EXTRA_DIST = CMakeLists.txt - -AM_CPPFLAGS = -I$(top_srcdir)/src - -include_HEADERS = catch.hpp - -bin_PROGRAMS = basic_test - -lib_LTLIBRARIES = libtestmain.la - -libtestmain_la_LDFLAGS = -no-undefined -libtestmain_la_SOURCES = test_main.cpp - -basic_test_SOURCES = basic_test.cpp -basic_test_LDADD = ../../src/libproj.la libtestmain.la - -basic_test-check: basic_test - ./basic_test - -check-local: basic_test-check |
