simple Makefile with dependency files
This commit is contained in:
parent
d0f67430d8
commit
bee43f9297
9 changed files with 18013 additions and 1 deletions
17705
{{cookiecutter.project_name}}/tests/catch.hpp
Normal file
17705
{{cookiecutter.project_name}}/tests/catch.hpp
Normal file
File diff suppressed because it is too large
Load diff
8
{{cookiecutter.project_name}}/tests/test.cpp
Normal file
8
{{cookiecutter.project_name}}/tests/test.cpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
//
|
||||
// Created by jedi on 1/18/19.
|
||||
//
|
||||
|
||||
#define CATCH_CONFIG_MAIN
|
||||
#include "test.h"
|
||||
|
||||
|
||||
13
{{cookiecutter.project_name}}/tests/test.h
Normal file
13
{{cookiecutter.project_name}}/tests/test.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
//
|
||||
// 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue