aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
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;
}