Fix problems with FitNesse
This commit is contained in:
parent
c533b7c1d9
commit
ac349c94cb
|
@ -1,10 +1,10 @@
|
||||||
|
|TranscendentalLisp||16:15:14 Fri, Mar 17, 2017|
|
||||||
|TranscendentalLisp.Macros||10:10:15 Mon, Mar 13, 2017|
|
|TranscendentalLisp.Macros||10:10:15 Mon, Mar 13, 2017|
|
||||||
|TranscendentalLisp.MacroTests||10:07:00 Mon, Mar 13, 2017|
|
|TranscendentalLisp.MacroTests||10:07:00 Mon, Mar 13, 2017|
|
||||||
|TranscendentalLisp.FinanceUnitTests||11:07:42 Thu, Mar 09, 2017|
|
|TranscendentalLisp.FinanceUnitTests||11:07:42 Thu, Mar 09, 2017|
|
||||||
|TranscendentalLisp.LangUnitTests||11:04:17 Thu, Mar 09, 2017|
|
|TranscendentalLisp.LangUnitTests||11:04:17 Thu, Mar 09, 2017|
|
||||||
|TranscendentalLisp.LexicalClosures||16:39:59 Tue, Mar 07, 2017|
|
|TranscendentalLisp.LexicalClosures||16:39:59 Tue, Mar 07, 2017|
|
||||||
|FrontPage||10:19:45 Tue, Mar 07, 2017|
|
|FrontPage||10:19:45 Tue, Mar 07, 2017|
|
||||||
|TranscendentalLisp||10:14:02 Tue, Mar 07, 2017|
|
|
||||||
|LispInterpreter.MultipleMethodObject||16:50:19 Mon, Mar 06, 2017|
|
|LispInterpreter.MultipleMethodObject||16:50:19 Mon, Mar 06, 2017|
|
||||||
|LispInterpreter.ObjectComposition||16:35:10 Mon, Mar 06, 2017|
|
|LispInterpreter.ObjectComposition||16:35:10 Mon, Mar 06, 2017|
|
||||||
|LispInterpreter.StaticVariable||16:33:23 Mon, Mar 06, 2017|
|
|LispInterpreter.StaticVariable||16:33:23 Mon, Mar 06, 2017|
|
||||||
|
|
|
@ -3,5 +3,6 @@ Suite
|
||||||
---
|
---
|
||||||
!1 Test suite for the Transcendental Lisp interpreter
|
!1 Test suite for the Transcendental Lisp interpreter
|
||||||
!contents -R2 -g -p -f -h
|
!contents -R2 -g -p -f -h
|
||||||
!define TEST_SYSTEM {slim}
|
!define TEST_SYSTEM {slim}
|
||||||
!path build/classes/
|
!path target/classes/
|
||||||
|
!path target/test-classes/
|
Loading…
Reference in New Issue