diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 5d09994..35ed3d1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -17,17 +17,24 @@ ## along with this program. If not, see <http://www.gnu.org/licenses/>. ## ########################################################################### -check_LTLIBRARIES = libdimension-tests.la libdimensionxx-tests.la -check_PROGRAMS = warning error png pngxx raytrace +check_LTLIBRARIES = libdimension-tests.la \ + libdimensionxx-tests.la +check_PROGRAMS = warning \ + error \ + png \ + pngxx \ + raytrace TESTS = $(check_PROGRAMS) XFAIL_TESTS = error INCLUDES = -I../libdimension -I../libdimensionxx -libdimension_tests_la_SOURCES = tests.h tests.c +libdimension_tests_la_SOURCES = tests.h \ + tests.c libdimension_tests_la_LIBADD = ../libdimension/libdimension.la -libdimensionxx_tests_la_SOURCES = testsxx.hpp testsxx.cpp +libdimensionxx_tests_la_SOURCES = testsxx.hpp \ + testsxx.cpp libdimensionxx_tests_la_LIBADD = ../libdimensionxx/libdimensionxx.la warning_SOURCES = warning.c |