C-Test.txt 231 B

1234567891011
  1. For all tests, the sources have to be generated before.
  2. Then:
  3. mkdir build
  4. cd build
  5. #Testing singleton
  6. cmake -DCOMPILE_SINGLETON=true .. ; make && ctest
  7. #Testing multi instances
  8. cmake -DCOMPILE_SINGLETON=false .. ; make && ctest