diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 10:31:25 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-07-03 10:31:25 +0000 |
commit | 160baaec5bca86a472bd98a9b023efa46a641e6e (patch) | |
tree | 816bf3971d247232c9957735404ca2d45ad36660 /dmake/tests/Makefile.in | |
parent | 47b2bbc5a677a79e1d225e6868dc72464c2c4d70 (diff) |
INTEGRATION: CWS dmake49 (1.6.2); FILE MERGED
2007/06/22 20:47:10 vq 1.6.2.2: #i78061# Add testcase and documentation.
2007/06/21 20:28:14 vq 1.6.2.1: #i74007# Add testcase.
Diffstat (limited to 'dmake/tests/Makefile.in')
-rw-r--r-- | dmake/tests/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dmake/tests/Makefile.in b/dmake/tests/Makefile.in index 67248dda0ff3..77af828e3fe4 100644 --- a/dmake/tests/Makefile.in +++ b/dmake/tests/Makefile.in @@ -155,7 +155,8 @@ TESTS = infra-0 function_macros-1 function_macros-2 function_macros-3 \ misc-18 \ 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-13 targets-14 targets-15 targets-16 targets-17 targets-18 \ + targets-19 TESTS_ENVIRONMENT = DMAKEPROG="../dmake" EXTRA_DIST = $(TESTS) |