Skip to content

Commit

Permalink
Moved canada.json directly into the code
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Apr 18, 2015
1 parent 206a0d1 commit 63c6f12
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 26 deletions.
3 changes: 0 additions & 3 deletions test/CMakeLists.txt
Expand Up @@ -16,9 +16,6 @@ add_executable(ArduinoJsonTests
${GTEST_DIR}/src/gtest-all.cc
${GTEST_DIR}/src/gtest_main.cc)

add_custom_target(CopySampleFiles ALL
COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/canada.json $<TARGET_FILE_DIR:ArduinoJsonTests>)

target_link_libraries(ArduinoJsonTests ArduinoJson)

add_test(ArduinoJsonTests ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/ArduinoJsonTests)
18 changes: 4 additions & 14 deletions test/Issue65.cpp

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions test/canada.json

This file was deleted.

0 comments on commit 63c6f12

Please sign in to comment.