Code Review
/
apps
/
low-level-can-service.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c31f252
)
Add note about running tests on Mac OS X
author
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Sat, 11 Jul 2015 06:23:47 +0000
(09:23 +0300)
committer
Petteri Aimonen
<jpa@git.mail.kapsi.fi>
Sat, 11 Jul 2015 06:23:47 +0000
(09:23 +0300)
README.txt
patch
|
blob
|
history
diff --git
a/README.txt
b/README.txt
index
184e8c1
..
e9f7a7d
100644
(file)
--- a/
README.txt
+++ b/
README.txt
@@
-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.