From 1a0f02dea9ef93e04d027bbb0bd1b210c32e979a Mon Sep 17 00:00:00 2001 From: mistangl Date: Wed, 7 May 2025 17:46:32 +0200 Subject: [PATCH] testdirectory for testfiles created --- bin/setenv.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/setenv.bat b/bin/setenv.bat index 42f46d3..ae38e00 100644 --- a/bin/setenv.bat +++ b/bin/setenv.bat @@ -9,6 +9,7 @@ set PROJECT_LIB=%PROJECT%\lib set PROJECT_DATA=%PROJECT%\data set PROJECT_WORK=%PROJECT%\work set PROJECT_LOG=%PROJECT%\log +set PROJECT_TEST=%PROJECT%\testdata if not exist %PROJECT%\work mkdir %PROJECT%\work if not exist %PROJECT%\log mkdir %PROJECT%\log