16 lines
281 B
Python
16 lines
281 B
Python
|
#
|
||
|
# Author: Eric Gurrola
|
||
|
# Copyright 2016
|
||
|
#
|
||
|
|
||
|
Import('envtest_components')
|
||
|
envtest_iscesys = envtest_components.Clone()
|
||
|
Export('envtest_iscesys')
|
||
|
|
||
|
import test
|
||
|
#Print the entering banner
|
||
|
test.print_entering_banner('iscesys')
|
||
|
|
||
|
Component = 'Component/SConscript'
|
||
|
SConscript(Component)
|