src/test/test_tools_fail.cc
author alpar
Wed, 04 Aug 2004 18:51:51 +0000
changeset 751 e742d383fffc
child 906 17f31d280385
permissions -rw-r--r--
- Trimmed in order to work with gcc-3.4
- The number of executions of the tests can be controlled by command arg.
alpar@727
     1
#include "test_tools.h"
alpar@727
     2
alpar@727
     3
int main() 
alpar@727
     4
{
alpar@727
     5
  check(false, "Don't panic. Failing is the right behaviour.");
alpar@727
     6
  return 0;
alpar@727
     7
}