11 lines
227 B
C++
11 lines
227 B
C++
|
#ifndef Beagle_Test_Test_hpp
|
||
|
#define Beagle_Test_Test_hpp
|
||
|
|
||
|
#include "Macros.hpp"
|
||
|
#include "BeagleTest.hpp"
|
||
|
#include "Pass.hpp"
|
||
|
#include "GenotypeString.hpp"
|
||
|
#include "InitializationStringOp.hpp"
|
||
|
|
||
|
#endif // Beagle_Test_Test_hpp
|