commit | 615371900ed4165fefa5c03f7b6df34ac18bdefa | [log] [tgz] |
---|---|---|
author | Stephanos Ioannidis <root@stephanos.io> | Mon Jun 07 16:56:08 2021 +0900 |
committer | Kumar Gala <kumar.gala@gmail.com> | Tue Jun 08 11:45:28 2021 -0500 |
tree | 282b9f916b1c6f235710c73bbf0e6bd9a6d3a60e | |
parent | 518dd32efee6ad999432327f316e3cf0feabe47b [diff] |
tests: cpp: libcxx: Test with full and nano variants of newlib In order to increase test coverage, this commit updates the libcxx test to run with both full and nano variants of the newlib. Note that C++ exception handling feature is only enabled for the newlib full variant because the nano variant does not support C++ exception handling. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>