summaryrefslogblamecommitdiffstats
path: root/c11/wscript
blob: eeb60a93976ac9ee5689492bf080459ab54d0bad (plain) (tree)
1
2
3
4
5
6
7
8







                                                                               



                                
# 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):
    bld.recurse('c11_thread01 ')
    bld.recurse('c11_mutex01 ')
    bld.recurse('c11_cndvar01 ')
    bld.recurse('c11_key01 ')