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

13 lines
221 B
C++

//
// 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