
add_executable(test_ptensoridx main.cpp)
target_link_libraries(test_ptensoridx phoenix_tensor)

add_test(NAME TestPTensorIdx
	COMMAND ${CMAKE_CURRENT_BINARY_DIR}/test_ptensoridx
	WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)
