|
@@ -190,6 +190,8 @@ class FrameworkTest:
|
|
# Always ensure that IROOT exists
|
|
# Always ensure that IROOT exists
|
|
if not os.path.exists(self.install_root):
|
|
if not os.path.exists(self.install_root):
|
|
os.mkdir(self.install_root)
|
|
os.mkdir(self.install_root)
|
|
|
|
+ subprocess.check_call(['gcc', '-std=c99', '-oTFBReaper',
|
|
|
|
+ os.path.join(self.fwroot,'toolset/setup/linux/TFBReaper.c')])
|
|
|
|
|
|
# Run the module start inside parent of TROOT
|
|
# Run the module start inside parent of TROOT
|
|
# - we use the parent as a historical accident, a number of tests
|
|
# - we use the parent as a historical accident, a number of tests
|