cookiecutter-make-cpp/{{cookiecutter.project_name}}/tests/test.h

14 lines
221 B
C
Raw Permalink Normal View History

2021-02-23 21:54:24 +00:00
//
// Created by jedi on 1/23/19.
//
#ifndef TETRA_COMMON_TEST_H
#define TETRA_COMMON_TEST_H
#define CATCH_CONFIG_ENABLE_BENCHMARKING
#include "catch.hpp"
using namespace Catch::Matchers;
#endif //TETRA_COMMON_TEST_H