1 self
.description
= "Quick check for Include being parsed in [options]"
3 self
.option
['Include'] = ['/dev/null']
6 p
.files
= ["bin/foobar"]
7 p
.desc
= "test description"
9 p
.url
= "http://www.archlinux.org"
13 self
.addpkg2db("local", p
)
15 self
.args
= "-Qi %s" % p
.name
17 self
.addrule("PACMAN_RETCODE=0")