11 lines
276 B
C
11 lines
276 B
C
|
|
#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/special_types.h>
|
||
|
|
#include <unittest/testframework.h>
|