forked from M-Labs/nac3
11 lines
177 B
C++
11 lines
177 B
C++
|
#pragma once
|
||
|
|
||
|
#include <cstdint>
|
||
|
#include <cstdio>
|
||
|
#include <cstdlib>
|
||
|
#include <irrt_everything.hpp>
|
||
|
#include <test/util.hpp>
|
||
|
|
||
|
/*
|
||
|
Include this header for every test_*.cpp
|
||
|
*/
|