# HG changeset patch # User John W. Eaton # Date 1594759522 14400 # Node ID 2d2bed795727bc0c55fbff9cea296fd338c011b0 # Parent 5c6b4cbd417f9bc37ba8ca581ffc229a24865260 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. diff -r 5c6b4cbd417f -r 2d2bed795727 build-aux/module.mk --- 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))