comparison test/Makefile.am @ 30817:c62c8717ebf6 stable

ensure test subdirectories are created * test/Makefile.am (octave_dirstamp): New variable. ($(DIRSTAMP_FILES)): New rule.
author John W. Eaton <jwe@octave.org>
date Thu, 03 Mar 2022 16:13:26 -0500
parents 2637e294ea6b
children c3d7c1ede44c
comparison
equal deleted inserted replaced
30813:2637e294ea6b 30817:c62c8717ebf6
4 CLEANFILES = 4 CLEANFILES =
5 DISTCLEANFILES = 5 DISTCLEANFILES =
6 MAINTAINERCLEANFILES = 6 MAINTAINERCLEANFILES =
7 TEST_FILES = 7 TEST_FILES =
8 noinst_TEST_FILES = 8 noinst_TEST_FILES =
9
10 octave_dirstamp = $(am__leading_dot)octave-dirstamp
11
12 DIRSTAMP_FILES += $(octave_dirstamp)
13
14 $(DIRSTAMP_FILES):
15 $(AM_V_GEN)$(MKDIR_P) $(@D) && \
16 : > $@
9 17
10 TEST_FILES += \ 18 TEST_FILES += \
11 fntests.m \ 19 fntests.m \
12 args.tst \ 20 args.tst \
13 bug-31371.tst \ 21 bug-31371.tst \
57 system.tst \ 65 system.tst \
58 transpose.tst \ 66 transpose.tst \
59 try.tst \ 67 try.tst \
60 unwind.tst \ 68 unwind.tst \
61 while.tst 69 while.tst
62
63 DIRSTAMP_FILES += $(octave_dirstamp)
64 70
65 include bug-35448/module.mk 71 include bug-35448/module.mk
66 include bug-35881/module.mk 72 include bug-35881/module.mk
67 include bug-36025/module.mk 73 include bug-36025/module.mk
68 include bug-38236/module.mk 74 include bug-38236/module.mk