Skip to content
Snippets Groups Projects
Commit 5497a1df authored by Petteri Aimonen's avatar Petteri Aimonen
Browse files

Add note about running tests on Mac OS X

parent c31f2527
No related branches found
No related tags found
No related merge requests found
......@@ -59,4 +59,7 @@ so you need to have that installed. To run the tests:
This will show the progress of various test cases. If the output does not
end in an error, the test cases were successful.
Note: Mac OS X by default aliases 'clang' as 'gcc', while not actually
supporting the same command line options as gcc does. To run tests on
Mac OS X, use: "scons CC=clang CXX=clang". Same way can be used to run
tests with different compilers on any platform.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment