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:
Jason Turner
2010-03-14 05:19:24 +00:00
parent 5c98a5d6e7
commit 567f911093
229 changed files with 336 additions and 416 deletions

View File

@@ -1,4 +1,4 @@
var x = [1, 2, 3, 4]
var r = range(x)
r.pop_back()
print(r.back())
assert_equal(3, r.back())