Skip to content

Commit

Permalink
cmake: Use evmc-vmtester helper
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Jul 17, 2019
1 parent 04e22a4 commit 13f3a85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,4 @@ set_target_properties(
RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_BINDIR}
)

gtest_add_tests(
TARGET evmc-vmtester
SOURCES ${PROJECT_SOURCE_DIR}/evmc/test/vmtester/tests.cpp
EXTRA_ARGS $<TARGET_FILE:evmone>
TEST_PREFIX ${PROJECT_NAME}/evmc-vmtester/
)
evmc_add_vm_test(NAME ${PROJECT_NAME}/evmc-vmtester TARGET evmone)

0 comments on commit 13f3a85

Please sign in to comment.