aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Hoa Dinh <dvh@google.com>2014-11-12 13:29:24 -0800
committerGravatar Hoa Dinh <dvh@google.com>2014-11-12 13:29:24 -0800
commit659cc89c73cd611ac2fafecc6d772ee07f5b83fd (patch)
treeff906dc548db3aa317b64a227567ec91a2e1c45a /tests
parent0d37e23ee35d33a59d4787edec6fe6c00b9da2e2 (diff)
Fixed build
Diffstat (limited to 'tests')
-rw-r--r--tests/main.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/main.cpp b/tests/main.cpp
index a2855416..f6067ed6 100644
--- a/tests/main.cpp
+++ b/tests/main.cpp
@@ -14,7 +14,9 @@
int main(int argc, const char * argv[])
{
testAll();
+#if __APPLE__
testAllMac();
+#endif
return 0;
}