mirror of
https://github.com/simon987/wavelib.git
synced 2025-04-10 14:06:46 +00:00
11 lines
217 B
C
11 lines
217 B
C
|
|
|
|
#ifndef SWALLOWING_BOOSTTEST_H_
|
|
#define SWALLOWING_BOOSTTEST_H_
|
|
|
|
// we use the header only version of boost unit test
|
|
#define BOOST_TEST_NO_LIB
|
|
#include <boost/test/unit_test.hpp>
|
|
|
|
#endif // SWALLOWING_BOOSTTEST_H_
|