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

@@ -66,7 +66,8 @@ int main(int argc,char *argv[])
longInt = intValue = 0x80000000;;
longInt <<= 32;
fprintf(fd," min %lli\n",longInt);
fprintf(fd,"PASSED\n");
return(0);
}