
add_executable(test_ptensor_cpu main.cpp)
target_link_libraries(test_ptensor_cpu phoenix_tensor phoenix_data_stream)

add_test(NAME TestPTensorCpu
	COMMAND ${CMAKE_CURRENT_BINARY_DIR}/test_ptensor_cpu
	WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)
