DEADSOFTWARE

moved tools to separate directory; moved "mapdef.txt" to separate directory
[d2df-sdl.git] / src / shared / tests / test_idpool.dpr
similarity index 99%
rename from src/shared/ztest_idpool.dpr
rename to src/shared/tests/test_idpool.dpr
index 32d0fd05540476db2ac05aee79e34808360e057a..4938eb5252cbf61deeaf0a616727aeb0e20de745 100644 (file)
@@ -16,7 +16,8 @@
 {$INCLUDE a_modes.inc}
 {$DEFINE IDPOOL_CHECKS}
 uses
-  SysUtils, idpool;
+  SysUtils,
+  idpool in '../idpool.pas';
 
 
 // ////////////////////////////////////////////////////////////////////////// //