summaryrefslogtreecommitdiff
path: root/tests/tests/quilt-gbp-build-modes
blob: b89c26e2e9fb6f3e23d4037bcabcebf61fd2395b (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'				\

echo ok.