blob: ac0af7a8e571a97468443a5ed4210ddd0239465a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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
|