Skip to content

Commit

Permalink
ユニットテストの実行ツールがエラーになっていたのを修正. #32
Browse files Browse the repository at this point in the history
  • Loading branch information
x022235 committed Mar 22, 2012
1 parent 8d35028 commit 0790e83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run-all-tests.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
setlocal
set TESTDIR=%~dp0
set XYZZYHOME=%TESTDIR%..
"%XYZZYHOME%\xyzzy.exe" -l "%TESTDIR%run-all.l"
set TESTDIR=%~dp0unittest
set XYZZYHOME=%TESTDIR%\..
"%XYZZYHOME%\xyzzy.exe" -l "%TESTDIR%\run-all.l"
File renamed without changes.
2 changes: 2 additions & 0 deletions unittest/run-all.l
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
(load-file (merge-pathnames "simple-test.l" dir))
(load-test-file (merge-pathnames "nanri-master-change-tests.l" dir))
(load-test-file (merge-pathnames "lisp-tests.l" dir))
(load-test-file (merge-pathnames "editor-tests.l" dir))
(load-test-file (merge-pathnames "system-tests.l" dir))
;(test-changes)
(run-all-tests)
)

0 comments on commit 0790e83

Please sign in to comment.