move sf0x_test to gtest

This commit is contained in:
Daniel Agar
2015-01-07 23:17:31 -05:00
parent a4db73dad8
commit cc2d0f00d6
2 changed files with 7 additions and 14 deletions

View File

@@ -69,6 +69,5 @@ add_executable(st24_test st24_test.cpp hrt.cpp ${PX_SRC}/lib/rc/st24.c)
add_gtest(st24_test)
# sf0x_test
# TODO: move to gtest
add_executable(sf0x_test sf0x_test.cpp ${PX_SRC}/drivers/sf0x/sf0x_parser.cpp)
add_gtest(sf0x_test)