File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ TARGET_INCLUDE_DIRECTORIES(${CONTROLLER_NAME} SYSTEM PUBLIC
32
32
TARGET_LINK_LIBRARIES (${CONTROLLER_NAME} ${DEVICE_NAME} )
33
33
INSTALL (TARGETS ${CONTROLLER_NAME} DESTINATION lib )
34
34
35
- ADD_DEFINITIONS (-DBOOST_TEST_DYN_LINK -DBOOST_TEST_MAIN )
36
35
ADD_EXECUTABLE (sot-test-log sot-test-log.cc )
37
36
TARGET_LINK_LIBRARIES (sot-test-log rcsot_controller )
38
37
Original file line number Diff line number Diff line change 1
1
#include < cmath>
2
2
#include " ../src/log.hh"
3
3
4
- #define BOOST_TEST_MODULE hpp_constraints
5
- #include < boost/test/included/unit_test.hpp>
6
-
7
- BOOST_AUTO_TEST_CASE (logger) {
4
+ int main () {
8
5
rc_sot_system::DataToLog DataOneIter;
9
6
rc_sot_system::ProfileLog profileLog;
10
7
rc_sot_system::Log RcSotLog;
@@ -29,6 +26,4 @@ BOOST_AUTO_TEST_CASE (logger) {
29
26
}
30
27
std::string filename (" ./test.log" );
31
28
RcSotLog.save (filename);
32
-
33
-
34
29
}
You can’t perform that action at this time.
0 commit comments