Added small test to parse some parts of the json file

Former-commit-id: 2ecdb7d12289d63a5fde051262162d01d768c328
This commit is contained in:
T. van der Zwan
2013-11-22 10:44:41 +00:00
parent ddc7bdd331
commit e43778b08b
2 changed files with 54 additions and 0 deletions

View File

@@ -41,5 +41,9 @@ add_executable(test_blackborderprocessor
target_link_libraries(test_blackborderprocessor
hyperion)
add_executable(test_qregexp TestQRegExp.cpp)
target_link_libraries(test_qregexp
${QT_LIBRARIES})
add_executable(spidev_test spidev_test.c)
add_executable(gpio2spi switchPinCtrl.c)