povray: add smoke test (#21667)
This commit is contained in:
parent
aed52d7e79
commit
1fe51ffe18
1 changed files with 8 additions and 0 deletions
|
@ -147,3 +147,11 @@ def configure_args(self):
|
||||||
extra_args.append('--without-x')
|
extra_args.append('--without-x')
|
||||||
|
|
||||||
return extra_args
|
return extra_args
|
||||||
|
|
||||||
|
def test(self):
|
||||||
|
povs = find(self.prefix.share, 'biscuit.pov')[0]
|
||||||
|
copy(povs, '.')
|
||||||
|
self.run_test('povray', options=['biscuit.pov'],
|
||||||
|
purpose="test: render sample file",
|
||||||
|
expected=['POV-Ray finished']
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in a new issue