File: main.cpp

package info (click to toggle)
xtensor 0.25.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,476 kB
  • sloc: cpp: 65,302; makefile: 202; python: 171; javascript: 8
file content (5 lines) | stat: -rw-r--r-- 177 bytes parent folder | download
1
2
3
4
5
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
#if defined(XTENSOR_DISABLE_EXCEPTIONS)
#define DOCTEST_CONFIG_NO_EXCEPTIONS_BUT_WITH_ALL_ASSERTS
#endif
#include "doctest/doctest.h"