diff options
Diffstat (limited to 'dmake/tests/README')
-rw-r--r-- | dmake/tests/README | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dmake/tests/README b/dmake/tests/README deleted file mode 100644 index ac0af7a8e..000000000 --- a/dmake/tests/README +++ /dev/null @@ -1,12 +0,0 @@ -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 |