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

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

Issue 1137373002: Enable blink_gc_plugin tests on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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 c934ca0ff76a509b83acd1ea9ef4314f1287bdb2..590a3b7e4ddee49ec0430f5371b78865be324883 100644
--- a/tools/clang/blink_gc_plugin/CMakeLists.txt
+++ b/tools/clang/blink_gc_plugin/CMakeLists.txt
@@ -20,6 +20,12 @@ if(WIN32)
list(APPEND absolute_sources ${CMAKE_CURRENT_SOURCE_DIR}/${source})
endforeach()
set_property(TARGET clang APPEND PROPERTY SOURCES ${absolute_sources})
+
+ cr_add_test(blink_gc_plugin_test
Nico 2015/05/14 05:34:19 nit: If this doesn't pass yet, I'd probably add th
dcheng 2015/05/14 05:39:55 Since this is gated behind --run-tests (which the
+ python
+ ${CMAKE_CURRENT_SOURCE_DIR}/tests/test.py
+ ${CMAKE_BINARY_DIR}/bin/clang
+ )
else()
add_llvm_loadable_module("lib${LIBRARYNAME}" ${plugin_sources})
add_dependencies("lib${LIBRARYNAME}" clang)
« 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