diff options
Diffstat (limited to 'dmake/tests')
-rw-r--r-- | dmake/tests/Makefile.in | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/dmake/tests/Makefile.in b/dmake/tests/Makefile.in index 77af828e3fe4..030c9b105e92 100644 --- a/dmake/tests/Makefile.in +++ b/dmake/tests/Makefile.in @@ -146,17 +146,20 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ TESTS = infra-0 function_macros-1 function_macros-2 function_macros-3 \ function_macros-4 function_macros-5 function_macros-6 \ - function_macros-7 \ - macros-1 macros-2 macros-3 macros-4 macros-5 macros-6 \ + function_macros-7 function_macros-8 function_macros-9 \ + function_macros-10 \ + macros-1 macros-2 macros-3 macros-4 macros-5 macros-6 macros-7 \ + macros-8 macros-9 macros-10 macros-11 \ recipes-1 recipes-2 recipes-3 recipes-4 recipes-5 recipes-6 \ - recipes-7 \ + recipes-7 recipes-8 recipes-9 \ misc-1 misc-2 misc-3 misc-4 misc-5 misc-6 misc-7 misc-8 misc-9 \ misc-10 misc-11 misc-12 misc-13 misc-14 misc-15 misc-16 misc-17 \ - misc-18 \ + misc-18 misc-19 misc-20 misc-21 \ targets-1 targets-2 targets-3 targets-4 targets-5 targets-6 \ targets-7 targets-8 targets-9 targets-10 targets-11 targets-12 \ targets-13 targets-14 targets-15 targets-16 targets-17 targets-18 \ - targets-19 + targets-19 targets-20 targets-21 targets-22 targets-23 targets-24 \ + targets-25 targets-26 targets-27 targets-28 targets-29 TESTS_ENVIRONMENT = DMAKEPROG="../dmake" EXTRA_DIST = $(TESTS) |