| Index: tools/clang/blink_gc_plugin/CMakeLists.txt
|
| diff --git a/tools/clang/blink_gc_plugin/CMakeLists.txt b/tools/clang/blink_gc_plugin/CMakeLists.txt
|
| index e2e048350f8d8f3b394d40f90890a1890e6ebef9..c934ca0ff76a509b83acd1ea9ef4314f1287bdb2 100644
|
| --- a/tools/clang/blink_gc_plugin/CMakeLists.txt
|
| +++ b/tools/clang/blink_gc_plugin/CMakeLists.txt
|
| @@ -27,7 +27,8 @@ else()
|
| cr_install(TARGETS "lib${LIBRARYNAME}" LIBRARY DESTINATION lib)
|
|
|
| cr_add_test(blink_gc_plugin_test
|
| - ${CMAKE_CURRENT_SOURCE_DIR}/tests/test.sh
|
| + python
|
| + ${CMAKE_CURRENT_SOURCE_DIR}/tests/test.py
|
| ${CMAKE_BINARY_DIR}/bin/clang
|
| $<TARGET_FILE:lib${LIBRARYNAME}>
|
| )
|
|
|