From 783cc495dc762363e4cce0196e06f201184737a5 Mon Sep 17 00:00:00 2001 From: ljfa-ag Date: Wed, 5 Aug 2015 11:43:01 +0200 Subject: Add bigtest.nbt file --- test/CMakeLists.txt | 3 +++ test/io/bigtest.nbt | Bin 0 -> 515 bytes 2 files changed, 3 insertions(+) create mode 100644 test/io/bigtest.nbt diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 9da0eb61c5..c338144f62 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -12,4 +12,7 @@ add_test(endian_str_test endian_str_test) add_executable(read_test io/read_test.cpp) target_link_libraries(read_test nbt++) +add_custom_command(TARGET read_test POST_BUILD + COMMAND ${CMAKE_COMMAND} -E + copy_if_different ${CMAKE_CURRENT_SOURCE_DIR}/io/bigtest.nbt ${CMAKE_CURRENT_BINARY_DIR}) add_test(read_test read_test) diff --git a/test/io/bigtest.nbt b/test/io/bigtest.nbt new file mode 100644 index 0000000000..945b86f562 Binary files /dev/null and b/test/io/bigtest.nbt differ -- cgit 0.0.5-2-1-g0f52