sgio sgstructure sgtiming sgmisc sgdebug
${RT_LIBRARY})
+add_test(http ${EXECUTABLE_OUTPUT_PATH}/test_http)
\ No newline at end of file
set(HEADERS magvar.hxx coremag.hxx)
set(SOURCES magvar.cxx coremag.cxx)
-simgear_component(magvar magvar "${SOURCES}" "${HEADERS}")
\ No newline at end of file
+simgear_component(magvar magvar "${SOURCES}" "${HEADERS}")
+
+
+add_executable(test_magvar testmagvar.cxx )
+target_link_libraries(test_magvar sgmagvar)
+
simgear_component(math math "${SOURCES}" "${HEADERS}")
+add_executable(math_test SGMathTest.cxx)
+target_link_libraries(math_test sgmath sgstructure sgdebug)
+add_test(math ${EXECUTABLE_OUTPUT_PATH}/math_test)
+
+add_executable(geometry_test SGGeometrytest.cxx)
+target_link_libraries(geometry_test sgmath sgstructure sgdebug)
+add_test(geometry ${EXECUTABLE_OUTPUT_PATH}/geometry_test)