summaryrefslogtreecommitdiff
path: root/tests/tests/quilt-gbp-build-modes
blob: cd77dab62aaf2be977bc215bc3b8917d295d0497 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
set -e
. tests/lib
. $troot/lib-build-modes

bm-gbp-example-acts				\
	'build-source'				\
	'build -b'				\
	'build -S'				\
	'gbp-build -S'				\
	'gbp-build -b'				\

t-ok