From bc212bb780d84ee86257c4c4ed424f0ef96d4358 Mon Sep 17 00:00:00 2001 From: Josh Strohminger Date: Wed, 16 Aug 2023 14:25:53 -0700 Subject: Update readme to match other examples configurations for running tests on Mac --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33f5ccf..b746b78 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ 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 +Mac OS X, use: `scons CC=clang CXX=clang++`. Same way can be used to run tests with different compilers on any platform. For embedded platforms, there is currently support for running the tests -- cgit v1.2.3