File size: 277 Bytes
28958dc
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

// this is the only header included by unittests
// it pulls in all the others used for unittesting

#include <unittest/assertions.h>
#include <unittest/meta.h>
#include <unittest/random.h>
#include <unittest/testframework.h>
#include <unittest/special_types.h>