~ chicken-core (chicken-5) c67b2bc55d4fc3eb145110634f8cf528e1b6ad40


commit c67b2bc55d4fc3eb145110634f8cf528e1b6ad40
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Fri Oct 12 15:08:07 2012 +0200
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Fri Oct 12 15:08:07 2012 +0200

    added missing tests

diff --git a/tests/runtests.bat b/tests/runtests.bat
index a9cfa2c0..a15801e7 100644
--- a/tests/runtests.bat
+++ b/tests/runtests.bat
@@ -54,6 +54,16 @@ if not exist scrutiny-2.expected copy /Y scrutiny-2.out scrutiny-2.expected
 fc /w scrutiny-2.expected scrutiny-2.out
 if errorlevel 1 exit /b 1
 
+%compile% scrutiny-tests-3.scm -specialize -block -ignore-repository -types %TYPESDB%
+if errorlevel 1 exit /b 1
+a.out
+if errorlevel 1 exit /b 1
+
+%compile% scrutiny-tests-strict.scm -strict-types -specialize -ignore-repository -types %TYPESDB%
+if errorlevel 1 exit /b 1
+a.out
+if errorlevel 1 exit /b 1
+
 echo ======================================== specialization tests ...
 del /f /q foo.types foo.import.*
 %compile% specialization-test-1.scm -emit-type-file foo.types -specialize -debug ox -emit-import-library foo
Trap