aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@736b8ea6-26fd-11df-bfd4-992fa37f6226>2012-04-11 16:23:44 +0000
committeralokp@chromium.org <alokp@chromium.org@736b8ea6-26fd-11df-bfd4-992fa37f6226>2012-04-11 16:23:44 +0000
commit416fcd354b627cc0aabda26b97db24810f11396d (patch)
treec1b44d9d2b2e068aa7bd3e2048b2d69b159f9496 /build
parentbac1aa1c1006fc7e3536c5d77479e7f456889b95 (diff)
downloadangle-416fcd354b627cc0aabda26b97db24810f11396d.tar.gz
Added infrastructure for adding gtest-based tests. I need to use it for the new preprocessor.
Review URL: https://codereview.appspot.com/5988069 git-svn-id: https://angleproject.googlecode.com/svn/trunk@1024 736b8ea6-26fd-11df-bfd4-992fa37f6226
Diffstat (limited to 'build')
-rw-r--r--build/all.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp
index fbc8ecad..fff99987 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -14,7 +14,7 @@
# manually maintained ones.
'../samples/build_samples.gyp:*',
'../src/build_angle.gyp:*',
- # '../tests/tests.gyp:*',
+ '../tests/build_tests.gyp:*',
],
},
],