changeset 28578:2d2bed795727

include liboctave files in list of all files containing tests * build-aux/module.mk (ALL_TEST_FILES): Include $(LIBOCTAVE_TST_FILES_SRC) in the list.
author John W. Eaton <jwe@octave.org>
date Tue, 14 Jul 2020 16:45:22 -0400
parents 5c6b4cbd417f
children 713398d4a3c3
files build-aux/module.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/module.mk	Tue Jul 14 01:19:30 2020 -0400
+++ b/build-aux/module.mk	Tue Jul 14 16:45:22 2020 -0400
@@ -35,6 +35,7 @@
 ### utility rules to aid development
 
 ALL_TEST_FILES = \
+  $(addprefix $(srcdir)/, $(LIBOCTAVE_TST_FILES_SRC)) \
   $(addprefix $(srcdir)/, $(LIBINTERP_TST_FILES_SRC)) \
   $(addprefix $(srcdir)/, $(FCN_FILES_WITH_TESTS)) \
   $(addprefix $(srcdir)/, $(TEST_FILES))