diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 17:39:09 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 17:39:09 +0000 |
commit | 13b83ba8d55a311070b446d75aed99b52b682b73 (patch) | |
tree | c1670bc1fd207c06c905f752e7d6a91840828a0c /dmake | |
parent | 850aaa0cd633164fe1ec962a7693d9a20817c2c6 (diff) |
INTEGRATION: CWS dmake412_DEV300 (1.8.2); FILE MERGED
2008/02/05 22:02:17 vq 1.8.2.1: #i84800# Add testcase.
Diffstat (limited to 'dmake')
-rw-r--r-- | dmake/tests/Makefile.am | 2 | ||||
-rw-r--r-- | dmake/tests/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dmake/tests/Makefile.am b/dmake/tests/Makefile.am index 6cd610635f18..87be868bec2d 100644 --- a/dmake/tests/Makefile.am +++ b/dmake/tests/Makefile.am @@ -15,7 +15,7 @@ TESTS = infra-0 function_macros-1 function_macros-2 function_macros-3 \ 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-20 targets-21 targets-22 targets-23 targets-24 \ - targets-25 targets-26 targets-27 targets-28 targets-29 + targets-25 targets-26 targets-27 targets-28 targets-29 targets-30 TESTS_ENVIRONMENT = DMAKEPROG="../dmake" diff --git a/dmake/tests/Makefile.in b/dmake/tests/Makefile.in index 030c9b105e92..40868002e6be 100644 --- a/dmake/tests/Makefile.in +++ b/dmake/tests/Makefile.in @@ -159,7 +159,7 @@ TESTS = infra-0 function_macros-1 function_macros-2 function_macros-3 \ 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-20 targets-21 targets-22 targets-23 targets-24 \ - targets-25 targets-26 targets-27 targets-28 targets-29 + targets-25 targets-26 targets-27 targets-28 targets-29 targets-30 TESTS_ENVIRONMENT = DMAKEPROG="../dmake" EXTRA_DIST = $(TESTS) |