summaryrefslogblamecommitdiffstats
path: root/cxx/wscript
blob: 14cc13d5b7da6b455ff7a144801572a5b8303d22 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                                               
                                 
 
# Copyright 2013 Gedare Bloom (gedare@rtems.org)
#
# This file's license is 2-clause BSD as in this distribution's LICENSE.2 file.
#

import rtems_waf.rtems as rtems

def build(bld):
    # These tests require C++
    if bld.env['CXX'] is not None:
        bld.recurse('libcpp')
        bld.recurse('cxx_throw')
        bld.recurse('cxx_stdmap')