
add_executable(test_phoenix_popen main.cpp)
target_link_libraries(test_phoenix_popen phoenix_core)

add_test(NAME TestPhoenixPOpen
	COMMAND ${CMAKE_CURRENT_BINARY_DIR}/test_phoenix_popen
	WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)


