This website requires JavaScript.
CODE
0x495fab29
Explore
Sign in
forks
/
apenwarr-redo
Watch
1
Star
0
Fork
You've already forked apenwarr-redo
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
132ff02840
apenwarr-redo
/
runtests.do
5 lines
70 B
Text
Raw
Normal View
History
Unescape
Escape
Add minimal/do, a stripped-down redo implementation in 977 bytes of sh. This could be good for distributing with your packages, so that people who don't have redo installed can at least build it. Also, we could use it for building redo itself. Will surely need to get slightly bigger as I inevitably discover I've forgotten a critical feature.
2010-11-15 20:39:34 -08:00
. ./wvtest.sh
Extremely basic integration of wvtest for testing. And move test scripts into t/ subdir to keep things clean. As part of that, make sure redo adds itself to the PATH on startup so that subscripts can find it.
2010-11-12 17:16:03 -08:00
Change the default rule name from 'it' to 'all'. This is a departure from how djb seems to have it set up, but I just like it better. It's more like the reasonably-common Makefile standard. (Although what make *actually* does is just use the first target declared in the file.)
2010-11-13 01:40:37 -08:00
redo t/all
Extremely basic integration of wvtest for testing. And move test scripts into t/ subdir to keep things clean. As part of that, make sure redo adds itself to the PATH on startup so that subscripts can find it.
2010-11-12 17:16:03 -08:00
WVSTART "t/runtests"
When running x/y/z/whatever.do, first cd to x/y/z. That way it's exactly equivalent to cd x/y/z; redo whatever
2010-11-12 23:14:58 -08:00
WVPASS redo t/runtests
Reference in a new issue
Copy permalink