Exemple #1
0
 def test_build_run(self):
     hello_src = os.path.join(self.workdir, 'hello-2.9')
     archive.uncompress(self.hello, self.workdir)
     build.configure(hello_src)
     build.make(hello_src)
     process.run(os.path.join(hello_src, 'src', 'hello'))
Exemple #2
0
 def test_build_run(self):
     hello_src = os.path.join(self.workdir, "hello-2.9")
     archive.uncompress(self.hello, self.workdir)
     build.configure(hello_src)
     build.make(hello_src)
     process.run(os.path.join(hello_src, "src", "hello"))
Exemple #3
0
 def test_build_run(self):
     hello_src = os.path.join(self.workdir, 'hello-2.9')
     archive.uncompress(self.hello, self.workdir)
     build.configure(hello_src)
     build.make(hello_src)
     process.run(os.path.join(hello_src, 'src', 'hello'))