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:
Avery Pennarun 2010-11-12 17:16:03 -08:00
commit 07d3e3b13c
14 changed files with 342 additions and 5 deletions

View file

@ -1,7 +0,0 @@
#include <stdio.h>
int main()
{
printf("hello, world!\n");
return 0;
}