Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: tools/clang/blink_gc_plugin/CMakeLists.txt

Issue 1135363003: Rewrite blink_gc_plugin test script in Python. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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}>
)
« no previous file with comments | « no previous file | tools/clang/blink_gc_plugin/tests/.gitignore » ('j') | tools/clang/blink_gc_plugin/tests/test.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698