16 lines
272 B
Python
16 lines
272 B
Python
|
#
|
||
|
# Author: Eric Gurrola
|
||
|
# Copyright 2016
|
||
|
#
|
||
|
|
||
|
Import('envtest_components')
|
||
|
envtest_isceobj = envtest_components.Clone()
|
||
|
Export('envtest_isceobj')
|
||
|
|
||
|
import test
|
||
|
#Print the entering banner
|
||
|
test.print_entering_banner('isceobj')
|
||
|
|
||
|
Planet = 'Planet/SConscript'
|
||
|
SConscript(Planet)
|