Skip to content

Commit a5366a4

Browse files
committed
Move vmtest test to its own dir
1 parent deec2fe commit a5366a4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

platform-test/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,6 @@ add_custom_target(
197197
DEPENDS ${TEST_FUNCTORS_OZF})
198198
# Run the tests when "make test" is executed
199199
if(BUILD_TESTING)
200-
# running vmtest (gtest)
201-
add_test("vmtest" "${CMAKE_CURRENT_BINARY_DIR}/../vm/vm/test/vmtest")
202200
# running tests in platform-test
203201
if(NOT WIN32)
204202
set(OZEMULATOR "${CMAKE_CURRENT_BINARY_DIR}/../boosthost/emulator/ozemulator")

vm/vm/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ add_executable(vmtest testutils.cc sanitytest.cc smallinttest.cc floattest.cc
1414
atomtest.cc gctest.cc coderstest.cc utftest.cc stringtest.cc
1515
virtualstringtest.cc bytestringtest.cc)
1616
target_link_libraries(vmtest mozartvm gtest gtest_main)
17+
add_test(vmtest vmtest)
1718

1819
if(NOT MINGW)
1920
target_link_libraries(vmtest pthread)

0 commit comments

Comments
 (0)