From cc9a5070544bbac127df45ca73810a03ed2fa9d2 Mon Sep 17 00:00:00 2001 From: Zaba999 Date: Thu, 27 Sep 2012 00:30:47 +0200 Subject: Profile rewritten to boost. Read/write to ini should work. Load/Save should work. --- lib/simpleini/test.cmd | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 lib/simpleini/test.cmd (limited to 'lib/simpleini/test.cmd') diff --git a/lib/simpleini/test.cmd b/lib/simpleini/test.cmd deleted file mode 100644 index f5d64ea..0000000 --- a/lib/simpleini/test.cmd +++ /dev/null @@ -1,24 +0,0 @@ -@echo off - -Debug\testsi.exe -u -m -l test1-input.ini > test1-blah.ini -fc test1-expected.ini test1-output.ini -if errorlevel 1 goto error - -"Debug Unicode\testsi.exe" -u -m -l test1-input.ini > test1-blah.ini -fc test1-expected.ini test1-output.ini -if errorlevel 1 goto error - -Release\testsi.exe -u -m -l test1-input.ini > test1-blah.ini -fc test1-expected.ini test1-output.ini -if errorlevel 1 goto error - -"Release Unicode\testsi.exe" -u -m -l test1-input.ini > test1-blah.ini -fc test1-expected.ini test1-output.ini -if errorlevel 1 goto error - -exit /b 0 - -:error -echo Failed during test run. Output file doesn't match expected file. -pause -exit /b 1 -- cgit v1.2.3-1-g7c22