diff options
| author | ljfa-ag <ljfa-ag@web.de> | 2015-08-05 11:43:01 +0200 |
|---|---|---|
| committer | ljfa-ag <ljfa-ag@web.de> | 2015-08-05 11:43:01 +0200 |
| commit | 783cc495dc762363e4cce0196e06f201184737a5 (patch) | |
| tree | 65bf923982fedcea161198d447ec54d098f1b41d /test | |
| parent | 2676e8cc9137d093a54c9a9586be5f5a48862c39 (diff) | |
| download | Project-Tick-783cc495dc762363e4cce0196e06f201184737a5.tar.gz Project-Tick-783cc495dc762363e4cce0196e06f201184737a5.zip | |
Add bigtest.nbt file
Diffstat (limited to 'test')
| -rw-r--r-- | test/CMakeLists.txt | 3 | ||||
| -rw-r--r-- | test/io/bigtest.nbt | bin | 0 -> 515 bytes |
2 files changed, 3 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 0000000000..945b86f562 --- /dev/null +++ b/test/io/bigtest.nbt |
