forked from M-Labs/nac3
lyken
277f9170a7
`cargo test -F test` would compile `nac3core/irrt/irrt_test.cpp` targetted to the host machine (it gets to use `std`) and run the test executable.
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
|
|
*/ |