summaryrefslogtreecommitdiff
path: root/dmake/tests
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-25 08:45:24 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-25 08:45:24 +0000
commitbb16e9a006d7b549d0cebfbffc52572886104605 (patch)
tree61f2c647c8972359056795e131d2842dbff3f40b /dmake/tests
parent88ebd6c30da849644b9cb20644bcb04ce02fa686 (diff)
INTEGRATION: CWS dmake46 (1.3.2); FILE MERGED
2006/08/15 18:12:49 vq 1.3.2.7: #i44961# Add testcase. 2006/07/30 01:47:57 vq 1.3.2.6: #i67589# Add testcases for builtin commands. 2006/07/24 22:13:38 vq 1.3.2.5: #i64583# Add testcase for $(mktmp ...) function macro and group recipe. 2006/07/23 03:41:38 vq 1.3.2.4: #i67585# Add a testcase. 2006/07/17 03:13:59 vq 1.3.2.3: #i67166# Add testcases. 2006/07/10 21:01:38 vq 1.3.2.2: #i66567# Add testcase and mention the new warning in the NEWS file. 2006/07/10 01:38:30 vq 1.3.2.1: #i67025# Add testcase and mention this bugfix in the NEWS file as it was a regression in dmake 4.5 with respect to older versions.
Diffstat (limited to 'dmake/tests')
-rw-r--r--dmake/tests/Makefile.am9
-rw-r--r--dmake/tests/Makefile.in9
2 files changed, 12 insertions, 6 deletions
diff --git a/dmake/tests/Makefile.am b/dmake/tests/Makefile.am
index c1c34a6d11ea..eaa2f591486a 100644
--- a/dmake/tests/Makefile.am
+++ b/dmake/tests/Makefile.am
@@ -1,12 +1,15 @@
## Makefile for the tests subdirectory of dmake.
TESTS = infra-0 function_macros-1 function_macros-2 function_macros-3 \
- function_macros-4 function_macros-5 \
- macros-1 macros-2 macros-3 recipes-1 \
+ function_macros-4 function_macros-5 function_macros-6 \
+ function_macros-7 \
+ macros-1 macros-2 macros-3 macros-4 \
+ recipes-1 recipes-2 recipes-3 recipes-4 \
misc-1 misc-2 misc-3 misc-4 misc-5 misc-6 misc-7 misc-8 misc-9 \
misc-10 misc-11 misc-12 \
targets-1 targets-2 targets-3 targets-4 targets-5 targets-6 \
- targets-7 targets-8 targets-9 targets-10
+ targets-7 targets-8 targets-9 targets-10 targets-11 targets-12 \
+ targets-13 targets-14
TESTS_ENVIRONMENT = DMAKEPROG="../dmake"
diff --git a/dmake/tests/Makefile.in b/dmake/tests/Makefile.in
index 50ed7a29d369..76159f22123d 100644
--- a/dmake/tests/Makefile.in
+++ b/dmake/tests/Makefile.in
@@ -137,12 +137,15 @@ sharedstatedir = @sharedstatedir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
TESTS = infra-0 function_macros-1 function_macros-2 function_macros-3 \
- function_macros-4 function_macros-5 \
- macros-1 macros-2 macros-3 recipes-1 \
+ function_macros-4 function_macros-5 function_macros-6 \
+ function_macros-7 \
+ macros-1 macros-2 macros-3 macros-4 \
+ recipes-1 recipes-2 recipes-3 recipes-4 \
misc-1 misc-2 misc-3 misc-4 misc-5 misc-6 misc-7 misc-8 misc-9 \
misc-10 misc-11 misc-12 \
targets-1 targets-2 targets-3 targets-4 targets-5 targets-6 \
- targets-7 targets-8 targets-9 targets-10
+ targets-7 targets-8 targets-9 targets-10 targets-11 targets-12 \
+ targets-13 targets-14
TESTS_ENVIRONMENT = DMAKEPROG="../dmake"
EXTRA_DIST = $(TESTS)