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

@@ -129,6 +129,8 @@ namespace bitRevert
int main()
{
::extractField::test();
::bitRevert::test();
bool Error = 0;
Error += ::extractField::test();
Error += ::bitRevert::test();
return Error;
}