X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=tests%2Fqd.pl;h=9d76f54381919742d946bc564ba8f56833cdf001;hb=a694cda96e395b01df614823198398d934e66156;hp=7007eefd419cc1bf4cc67197634ec56dd852133c;hpb=60ef83024a2b290ab1a92f103e5de52aa909a7a3;p=wannabuild.git diff --git a/tests/qd.pl b/tests/qd.pl index 7007eef..9d76f54 100755 --- a/tests/qd.pl +++ b/tests/qd.pl @@ -200,6 +200,36 @@ is_deeply ($$srcs, { 'depends' => 'debhelper [i386 amd64], bash [!kfreebsd-i386], perl [!i386 !amd64]', 'binary' => ['base-files'], }, + 'haskall-dummy' => { + 'priority' => 'extra', + 'status' => 'arch-all-only', + 'version' => '1:3', + 'binary' => [ + 'libghc6-haxr-prof' + ], + 'name' => 'haskall-dummy', + 'section' => 'haskell' + }, + 'all' => { + 'priority' => 'optional', + 'status' => 'arch-all-only', + 'version' => '4.1-3', + 'binary' => [ + 'all' + ], + 'name' => 'all', + 'section' => 'shell' + }, + 'allbin' => { + 'priority' => 'optional', + 'status' => 'arch-all-only', + 'version' => '4.1-3', + 'binary' => [ + 'allbin' + ], + 'name' => 'allbin', + 'section' => 'shell' + }, 'test' => { 'priority' => 'optional', 'status' => 'uncompiled',