diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2015-07-11 09:23:47 +0300 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2015-07-11 09:23:47 +0300 |
commit | 5497a1dfc91a86965383cdd1652e348345400435 (patch) | |
tree | d0b63a1507160f7960a2250bddad1e7e72876492 /README.txt | |
parent | c31f2527b14aa35ff7d1fb844255c7722d1dd7f7 (diff) |
Add note about running tests on Mac OS X
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |