You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/11/14 00:15:16 UTC

[incubator-nuttx-testing] 02/02: testlist: Don't build sim:libcxxtest on macOS

This is an automated email from the ASF dual-hosted git repository.

btashton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git

commit 24de04a72985ad92bb8b165dc9890074e92d2239
Author: Xiang Xiao <xi...@xiaomi.com>
AuthorDate: Sat Nov 14 02:22:47 2020 +0800

    testlist: Don't build sim:libcxxtest on macOS
    
    since macOS doesn't support c++ on sim yet
    
    Signed-off-by: Xiang Xiao <xi...@xiaomi.com>
---
 testlist/sim.dat | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testlist/sim.dat b/testlist/sim.dat
index 18a3d6d..12e9ad4 100644
--- a/testlist/sim.dat
+++ b/testlist/sim.dat
@@ -1,5 +1,6 @@
 /sim
 -Darwin,sim:cxxtest
+-Darwin,sim:libcxxtest
 
 # CONFIG_SIM_M32=y
 # The recent versions of macOS is 64-bit only