refactoring to interfaces

This commit is contained in:
Jonas Zeunert
2018-06-14 21:09:45 +02:00
parent 6a6a10517d
commit 13b5cc0b33
18 changed files with 34798 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
/*
* tests-main.cpp
*
* Created on: May 6, 2018
* Author: Andreas Schneider, Johannes Wendel, Jonas Zeunert, Rafael Vinci, Dr. Franca Rupprecht
*/
#define CATCH_CONFIG_MAIN
#include "../catch.hpp"