File tree 1 file changed +0
-34
lines changed
1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change @@ -17,37 +17,3 @@ target_link_libraries(
17
17
)
18
18
include (GoogleTest)
19
19
gtest_discover_tests(wasm-instrumentation-test )
20
-
21
- if (ENABLE_E2E)
22
- add_custom_target (npm-install ALL
23
- COMMAND npm install
24
- WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} /test -asc
25
- )
26
- add_custom_target (compile-asc ALL
27
- DEPENDS npm-install
28
- COMMAND npm run ascbuild
29
- WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} /test -asc
30
- )
31
- add_dependencies (wasm-instrumentation-test copy-files )
32
- add_custom_target (copy-files ALL
33
- DEPENDS compile-asc
34
- COMMAND ${CMAKE_COMMAND} -E copy_directory
35
- ${CMAKE_CURRENT_SOURCE_DIR} /test -asc/build
36
- ${CMAKE_CURRENT_BINARY_DIR} /test -asc/build
37
- )
38
- endif ()
39
-
40
- if (CMAKE_COMPILER_IS_GNUCXX)
41
- LIST (APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR} /CMakeModules)
42
- include (CodeCoverage)
43
- APPEND_COVERAGE_COMPILER_FLAGS()
44
- setup_target_for_coverage_gcovr_xml(NAME cov
45
- EXECUTABLE wasm-instrumentation-test
46
- DEPENDENCIES wasm-instrumentation-test
47
- BASE_DIRECTORY "${PROJECT_SOURCE_DIR} /instrumentation" )
48
-
49
- setup_target_for_coverage_gcovr_html(NAME cov_html
50
- EXECUTABLE wasm-instrumentation-test
51
- DEPENDENCIES wasm-instrumentation-test
52
- BASE_DIRECTORY "${PROJECT_SOURCE_DIR} /instrumentation" )
53
- endif ()
You can’t perform that action at this time.
0 commit comments