Restructure header files.

This should prevent the tests from being recompiled.
This commit is contained in:
2019-09-15 13:44:26 +02:00
parent 4f1ddec002
commit c046d5da01
7 changed files with 15 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
#include <boost/filesystem.hpp>
#include <boost/test/included/unit_test.hpp>
#include <boost/test/data/test_case.hpp>
#include "solutions.hpp"
#include "implementations.hpp"
std::vector<std::string> get_samples() {
std::vector<std::string> samples;