File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -197,8 +197,6 @@ add_custom_target(
197
197
DEPENDS ${TEST_FUNCTORS_OZF} )
198
198
# Run the tests when "make test" is executed
199
199
if (BUILD_TESTING)
200
- # running vmtest (gtest)
201
- add_test ("vmtest" "${CMAKE_CURRENT_BINARY_DIR} /../vm/vm/test/vmtest" )
202
200
# running tests in platform-test
203
201
if (NOT WIN32 )
204
202
set (OZEMULATOR "${CMAKE_CURRENT_BINARY_DIR} /../boosthost/emulator/ozemulator" )
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ add_executable(vmtest testutils.cc sanitytest.cc smallinttest.cc floattest.cc
14
14
atomtest.cc gctest.cc coderstest.cc utftest.cc stringtest.cc
15
15
virtualstringtest.cc bytestringtest.cc)
16
16
target_link_libraries (vmtest mozartvm gtest gtest_main)
17
+ add_test (vmtest vmtest)
17
18
18
19
if (NOT MINGW)
19
20
target_link_libraries (vmtest pthread)
You can’t perform that action at this time.
0 commit comments