10 lines
151 B
C++
10 lines
151 B
C++
/*
|
|
* tests-main.cpp
|
|
*
|
|
* Created on: May 6, 2018
|
|
* Author: Johannes Wendel, Jonas Zeunert
|
|
*/
|
|
|
|
#define CATCH_CONFIG_MAIN
|
|
#include "catch.hpp"
|