From: <de...@us...> - 2004-03-14 14:04:35
|
Update of /cvsroot/rtk/rtk/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4445/test Modified Files: test.h Log Message: Added RTK_TEST_FILE macro definition. Index: test.h =================================================================== RCS file: /cvsroot/rtk/rtk/test/test.h,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** test.h 7 Mar 2004 20:53:00 -0000 1.8 --- test.h 14 Mar 2004 13:55:40 -0000 1.9 *************** *** 29,31 **** --- 29,37 ---- } + #if defined(_RTK_WIN32_) + # define TEST_FILE = "..\test.dat" + #else + # define TEST_FILE = "../test.dat" + #endif + #endif |