Fixed tests to provide relevant output for CTest

This commit is contained in:
Christophe Riccio
2011-05-02 23:38:55 +01:00
parent c3763826e8
commit 1c4abb3d73
16 changed files with 86 additions and 101 deletions

View File

@@ -13,7 +13,7 @@
int main()
{
int Failed = 0;
int Error = -1;
return Failed;
return Error;
}