make tests more like regresion tests

This commit is contained in:
Marty Kraimer
2012-08-17 14:13:18 -04:00
parent 66fb300873
commit fbfed5bab1
18 changed files with 695 additions and 398 deletions

View File

@@ -152,6 +152,7 @@ static void testBasic(FILE * fd,FILE *auxfd ) {
sink->look();
}
sink->stop();
fprintf(fd,"PASSED\n");
}