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.
This commit is contained in:
parent
ae5b71fbc1
commit
07d3e3b13c
14 changed files with 342 additions and 5 deletions
4
t/CC.do
Normal file
4
t/CC.do
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
cat <<-EOF
|
||||
gcc -Wall -o /dev/fd/1 -c "\$1"
|
||||
EOF
|
||||
chmod a+x $3
|
||||
Loading…
Add table
Add a link
Reference in a new issue