diff options
author | musil <tmusil@users.sourceforge.net> | 2006-03-09 15:41:25 +0000 |
---|---|---|
committer | musil <tmusil@users.sourceforge.net> | 2006-03-09 15:41:25 +0000 |
commit | 367867f3e64adcc142bb4900fea68240bcb82a06 (patch) | |
tree | 850420a655640eef286af3e958385df100639115 | |
parent | a88a32ae20602a797b0f87d33c9e27b7495ed71d (diff) |
run test-suite on w32
svn path=/trunk/externals/iem/iemmatrix/; revision=4665
-rw-r--r-- | tests/runtests.bat | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/runtests.bat b/tests/runtests.bat new file mode 100644 index 0000000..69f26bd --- /dev/null +++ b/tests/runtests.bat @@ -0,0 +1,5 @@ +rem RUN TEST SUITE + +set PATH=%PATH%;C:\Programme\pd\bin\ + +pd -lib ..\iemmatrix -path ..\abs -nogui runtests_nogui.pd > runtests.log 2>&1
\ No newline at end of file |