1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00
libv8/patches/disable-building-tests.patch
2014-06-10 14:45:08 +03:00

25 lines
832 B
Diff

diff --git a/Makefile b/Makefile
index f49be61..89f0d47 100644
--- a/Makefile
+++ b/Makefile
@@ -227,7 +227,7 @@ NACL_ARCHES = nacl_ia32 nacl_x64
# List of files that trigger Makefile regeneration:
GYPFILES = build/all.gyp build/features.gypi build/standalone.gypi \
build/toolchain.gypi samples/samples.gyp src/d8.gyp \
- test/cctest/cctest.gyp tools/gyp/v8.gyp
+ tools/gyp/v8.gyp
# If vtunejit=on, the v8vtune.gyp will be appended.
ifeq ($(vtunejit), on)
diff --git a/build/all.gyp b/build/all.gyp
index 3860379..176b60f 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -10,7 +10,6 @@
'dependencies': [
'../samples/samples.gyp:*',
'../src/d8.gyp:d8',
- '../test/cctest/cctest.gyp:*',
],
'conditions': [
['component!="shared_library"', {