1
0

Added new test

This commit is contained in:
Tycho 2014-05-10 16:08:08 +01:00
parent 0940747f3b
commit 29d5f8eb0a

View File

@ -14,3 +14,7 @@ add_test(NAME creatable-test COMMAND creatable-exe)
add_executable(coordinates-exe Coordinates.cpp)
target_link_libraries(coordinates-exe ChunkBuffer)
add_test(NAME coordinates-test COMMAND coordinates-exe)
add_executable(copies-exe Copies.cpp)
target_link_libraries(copies-exe ChunkBuffer)
add_test(NAME copies-test COMMAND copies-exe)