TESTPATH
-- write path for
prog::test
TESTPATH
determines the directory into which the
function prog::test
writes
its files.
TESTPATH := path
path |
- | a valid directory path: a string. |
LIBPATH
, NOTEBOOKFILE
, NOTEBOOKPATH
, prog::test
, READPATH
, UNIX
, WRITEPATH
TESTPATH
is a special write path for result files
generated by prog::test
.``path
variables''
explains how to define path variables correctly
and in a system independent way.A path name must end with a directory separator. Here is an example for UNIX platforms:
>> TESTPATH := "testresults/"
"testresults/"
TEST_PATH