File: TestMain.cpp

package info (click to toggle)
scipy 1.16.3-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236,092 kB
  • sloc: cpp: 503,720; python: 345,302; ansic: 195,677; javascript: 89,566; fortran: 56,210; cs: 3,081; f90: 1,150; sh: 857; makefile: 792; pascal: 284; csh: 135; lisp: 134; xml: 56; perl: 51
file content (6 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
// Main file for unit testing with catch. The directive below tells cmake to
// generate a main method for the tests. Define tests in a separate cpp file
// with only the include below. Do not define CATCH_CONFIG_MAIN anywhere else.
// See correct-print-options in TestSetup.cpp.
#define CATCH_CONFIG_MAIN
#include "catch.hpp"