Skip to content

Commit

Permalink
Circle CI: Execute unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Jun 8, 2018
1 parent 6382925 commit e1063dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- run:
name: "Build"
command: cmake --build ~/build
- run:
name: "Unit tests"
command: ~/build/test/evmc-test
- run:
name: "Test"
command: cmake --build ~/build --target test
Expand Down
1 change: 1 addition & 0 deletions test/unittests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ add_executable(
)

target_link_libraries(evmc-test PRIVATE instructions GTest::gtest GTest::main)
set_target_properties(evmc-test PROPERTIES RUNTIME_OUTPUT_DIRECTORY ..)

0 comments on commit e1063dc

Please sign in to comment.