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

add_test(NAME TestPString
	COMMAND ${CMAKE_CURRENT_BINARY_DIR}/test_pstring
	WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)


