Move to a more standardized unit testing design which relies less on OS support and can soon be moved to a ctest implementation
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
var bob = fun(x) { x + 1 }
|
||||
print(bob(3))
|
||||
assert_equal(4, bob(3));
|
||||
|
Reference in New Issue
Block a user