public
Description: The Nu programming language.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/nu.git
modified nutest to run tests at paths other than the local dir
jsallis (author)
Sun Jun 22 10:20:25 -0700 2008
commit  394b0c932af4a6301905114ed1436211a58bac06
tree    0c13d98343db08fe91c2b06c2682b22081f2419c
parent  630d4cee63f28f5c81fc674a13b4638b7a8e6db7
...
29
30
31
32
33
34
35
 
 
36
37
...
29
30
31
 
 
 
 
32
33
34
35
0
@@ -29,9 +29,7 @@
0
     (then
0
          (set tests argv)
0
          (tests each:
0
- (do (target)
0
- ((filelist target) each:
0
- (do (file)
0
- (load file)))))))
0
+ (do (test)
0
+ (load test)))))
0
 
0
 (NuTestCase runAllTests)

Comments

    No one has commented yet.