Title: [149296] trunk/Tools
- Revision
- 149296
- Author
- [email protected]
- Date
- 2013-04-29 10:38:31 -0700 (Mon, 29 Apr 2013)
Log Message
[GTK] Set up the TestJavaScriptCore in TestWebKitAPI
https://bugs.webkit.org/show_bug.cgi?id=115236
Reviewed by Gustavo Noronha Silva.
Set up the TestJavaScriptCore unit test program, consisting of the unit tests
under the TestWebKitAPI/Tests/_javascript_Core directory.
* TestWebKitAPI/GNUmakefile.am:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (149295 => 149296)
--- trunk/Tools/ChangeLog 2013-04-29 17:13:31 UTC (rev 149295)
+++ trunk/Tools/ChangeLog 2013-04-29 17:38:31 UTC (rev 149296)
@@ -1,5 +1,17 @@
2013-04-29 Zan Dobersek <[email protected]>
+ [GTK] Set up the TestJavaScriptCore in TestWebKitAPI
+ https://bugs.webkit.org/show_bug.cgi?id=115236
+
+ Reviewed by Gustavo Noronha Silva.
+
+ Set up the TestJavaScriptCore unit test program, consisting of the unit tests
+ under the TestWebKitAPI/Tests/_javascript_Core directory.
+
+ * TestWebKitAPI/GNUmakefile.am:
+
+2013-04-29 Zan Dobersek <[email protected]>
+
[GTK] Export the COLLECT_NO_DEMANGLE variable on the builders
https://bugs.webkit.org/show_bug.cgi?id=115323
Modified: trunk/Tools/TestWebKitAPI/GNUmakefile.am (149295 => 149296)
--- trunk/Tools/TestWebKitAPI/GNUmakefile.am 2013-04-29 17:13:31 UTC (rev 149295)
+++ trunk/Tools/TestWebKitAPI/GNUmakefile.am 2013-04-29 17:38:31 UTC (rev 149296)
@@ -21,6 +21,7 @@
noinst_PROGRAMS += \
Programs/TestWebKitAPI/TestWTF \
+ Programs/TestWebKitAPI/TestJavaScriptCore \
Programs/TestWebKitAPI/TestGtk
if ENABLE_WEBKIT2
@@ -71,6 +72,25 @@
Tools/TestWebKitAPI/Tests/WTF/VectorReverse.cpp \
Tools/TestWebKitAPI/WTFStringUtilities.h
+Programs_TestWebKitAPI_TestJavaScriptCore_CPPFLAGS = \
+ $(Libraries_libTestWebKitAPIMain_la_CPPFLAGS)
+
+Programs_TestWebKitAPI_TestJavaScriptCore_CXXFLAGS = \
+ $(global_cxxflags)
+
+Programs_TestWebKitAPI_TestJavaScriptCore_LDADD = \
+ Libraries/libTestWebKitAPIMain.la \
+ Libraries/libgtest.la \
+ libWTF.la \
+ $(GTK_LIBS)
+
+Programs_TestWebKitAPI_TestJavaScriptCore_LDFLAGS = \
+ -no-install \
+ -no-fast-install
+
+Programs_TestWebKitAPI_TestJavaScriptCore_SOURCES = \
+ Tools/TestWebKitAPI/Tests/_javascript_Core/VMInspector.cpp
+
Programs_TestWebKitAPI_TestGtk_CPPFLAGS = \
$(Programs_TestWebKitAPI_TestWTF_CPPFLAGS) \
$(platformgtk_cppflags) \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes