simple Makefile with dependency files

This commit is contained in:
j3d1 2021-02-23 22:54:24 +01:00
parent d0f67430d8
commit bee43f9297
9 changed files with 18013 additions and 1 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,8 @@
//
// Created by jedi on 1/18/19.
//
#define CATCH_CONFIG_MAIN
#include "test.h"

View 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