bb16e9a006
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.
16 lines
655 B
Makefile
16 lines
655 B
Makefile
## 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 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-11 targets-12 \
|
|
targets-13 targets-14
|
|
|
|
TESTS_ENVIRONMENT = DMAKEPROG="../dmake"
|
|
|
|
EXTRA_DIST = $(TESTS)
|