This commit is contained in:
Rafat Hussain
2019-09-06 09:10:03 +05:30
parent 36f0d305c1
commit f2bf77feb8
10 changed files with 8 additions and 23 deletions

View File

@@ -1,5 +0,0 @@
#define BOOST_TEST_MODULE WaveLibTests
#include <boost/test/included/unit_test.hpp>

View File

@@ -1,10 +0,0 @@
#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_

View File

@@ -16,7 +16,7 @@ add_dependencies(wavelibLibTests wavelib)
target_link_libraries(wavelibLibTests wavelib)
target_include_directories(wavelibLibTests PUBLIC
${CMAKE_SOURCE_DIR}/../../header
${CMAKE_CURRENT_SOURCE_DIR}/../../header
)

View File

@@ -10,7 +10,7 @@
#include <cstdlib>
#include <cstring>
#include "wavelib.h"
#include "../../header/wavelib.h"
#include<vector>