changeset 17279:9a2422e40f76

build: Ensure that tests in TEMPLATE_SRC are also run with "make check" * Makefile.am: Add $TEMPLATE_SRC to $LIBOCTAVE_TST_SRC.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 19 Aug 2013 15:05:58 -0400
parents 79d4b6089968
children 1a5407bae739
files liboctave/Makefile.am
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/Makefile.am	Mon Aug 19 11:19:41 2013 +0200
+++ b/liboctave/Makefile.am	Mon Aug 19 15:05:58 2013 -0400
@@ -125,7 +125,8 @@
   $(array_libarray_la_SOURCES) \
   $(numeric_libnumeric_la_SOURCES) \
   $(system_libsystem_la_SOURCES) \
-  $(util_libutil_la_SOURCES)
+  $(util_libutil_la_SOURCES) \
+	$(TEMPLATE_SRC)
 
 TST_FILES_SRC := $(shell $(top_srcdir)/build-aux/find-files-with-tests.sh "$(srcdir)" $(LIBOCTAVE_TST_SRC))