2757bfca77
2006/12/02 19:10:54 vq 1.4.2.14: #i72210# Add missing detail and a testcase. 2006/11/19 21:10:41 vq 1.4.2.13: #i71704# Add testcase and documentation. 2006/11/17 23:09:19 vq 1.4.2.12: #i61856# Add testcase. 2006/11/13 20:39:10 vq 1.4.2.11: #i71422# Add testcases. 2006/11/12 05:25:28 vq 1.4.2.10: #i71422# Remove unused macro and regenerate autotools files. 2006/11/10 03:25:00 vq 1.4.2.9: #i69943# Add testcase to check directory caching with DOS style path targets on cygwin dmake. 2006/11/09 21:31:23 vq 1.4.2.8: #i69821# Add testcase to verify that .SETDIR works (with drive letters on cygwin) and sets TMD correctly. 2006/10/08 23:27:12 vq 1.4.2.7: #i70210# Fix dmakes handling of empty dynamic prerequisites. 2006/10/08 22:49:04 vq 1.4.2.6: #i70168# Improve $ handling in targets/prerequisites. 2006/10/07 20:23:15 vq 1.4.2.5: #i70027# Fix diagnostic output and add a testcase. 2006/10/07 02:28:41 vq 1.4.2.4: #i69742# Add testcase. 2006/09/29 18:50:24 vq 1.4.2.3: #i69814# Add/fix option to make directory cache case insensitive. (Make this the default for Windows and Mac OS X.) Added testcase. 2006/09/28 21:42:38 vq 1.4.2.2: #i69821# Fix TMD macro and add testcase. 2006/09/28 21:16:27 vq 1.4.2.1: #i69953# Clean up of the autotooling. |
||
---|---|---|
.. | ||
function_macros-1 | ||
function_macros-2 | ||
function_macros-3 | ||
function_macros-4 | ||
function_macros-5 | ||
function_macros-6 | ||
function_macros-7 | ||
infra-0 | ||
macros-1 | ||
macros-2 | ||
macros-3 | ||
macros-4 | ||
Makefile.am | ||
Makefile.in | ||
misc-1 | ||
misc-2 | ||
misc-3 | ||
misc-4 | ||
misc-5 | ||
misc-6 | ||
misc-7 | ||
misc-8 | ||
misc-9 | ||
misc-10 | ||
misc-11 | ||
misc-12 | ||
README | ||
recipes-1 | ||
recipes-2 | ||
recipes-3 | ||
recipes-4 | ||
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 |
DMAKE TESTCASES =============== The testcases in this directory will be executed by "make check" in this or the top directory. Each test can be executed as a standalone script that will test the first dmake that is found in the path. A different dmake to be tested can be specified by setting the DMAKEPROG environment variable. Example: $ DMAKEPROG=../dmake ./misc-4