C64 Test files written in the same location as other test files

This commit is contained in:
Thomas Bernard
2020-01-04 10:35:02 +01:00
parent c8c53827e3
commit 22eddf1071
3 changed files with 46 additions and 13 deletions

View File

@@ -26,4 +26,9 @@
#include "testlist.h"
#undef TEST
/**
* path to directory where tests can write files
*/
extern char tmpdir[];
#endif