Updated makefile.am such that "make check" will run all test programs. Fixed

a number of erronuous return values that made the script fail. What's left
is let Marc clean up the mess he made with t-eoReal and t-eoRealAllESAllAgain
This commit is contained in:
maartenkeijzer 2001-11-07 15:23:24 +00:00
commit beba7bd5c9
14 changed files with 20 additions and 59 deletions

View file

@ -180,5 +180,4 @@ int main(int argc, char **argv)
cout << "Exception: " << e.what() << endl;
}
return 1;
}