# HG changeset patch # User John W. Eaton # Date 1646342006 18000 # Node ID c62c8717ebf62077da81c20427664d4f0a168572 # Parent 2637e294ea6b3b860d154e5698d26494c08905b2 ensure test subdirectories are created * test/Makefile.am (octave_dirstamp): New variable. ($(DIRSTAMP_FILES)): New rule. diff -r 2637e294ea6b -r c62c8717ebf6 test/Makefile.am --- a/test/Makefile.am Thu Mar 03 15:01:32 2022 -0500 +++ b/test/Makefile.am Thu Mar 03 16:13:26 2022 -0500 @@ -7,6 +7,14 @@ TEST_FILES = noinst_TEST_FILES = +octave_dirstamp = $(am__leading_dot)octave-dirstamp + +DIRSTAMP_FILES += $(octave_dirstamp) + +$(DIRSTAMP_FILES): + $(AM_V_GEN)$(MKDIR_P) $(@D) && \ + : > $@ + TEST_FILES += \ fntests.m \ args.tst \ @@ -60,8 +68,6 @@ unwind.tst \ while.tst -DIRSTAMP_FILES += $(octave_dirstamp) - include bug-35448/module.mk include bug-35881/module.mk include bug-36025/module.mk