aboutsummaryrefslogtreecommitdiffstats
path: root/test-all-options.sh
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2015-12-05 11:13:46 +0100
committerMattias Andrée <maandree@operamail.com>2015-12-05 11:13:46 +0100
commit8fb6e77a618ce1a8151fab27445e0c3cc0241134 (patch)
tree73608a9d6880fa65c8046a09b3e6a055d9608ed4 /test-all-options.sh
parentaccept flags (diff)
downloadlibpassphrase-8fb6e77a618ce1a8151fab27445e0c3cc0241134.tar.gz
libpassphrase-8fb6e77a618ce1a8151fab27445e0c3cc0241134.tar.bz2
libpassphrase-8fb6e77a618ce1a8151fab27445e0c3cc0241134.tar.xz
beginning of issue #2 on github
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'test-all-options.sh')
-rwxr-xr-xtest-all-options.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/test-all-options.sh b/test-all-options.sh
index 9572be2..c93fe27 100755
--- a/test-all-options.sh
+++ b/test-all-options.sh
@@ -9,7 +9,9 @@ for a in PASSPHRASE_ECHO PASSPHRASE_STAR PASSPHRASE_TEXT ""; do
for g in PASSPHRASE_CONTROL ""; do
for h in PASSPHRASE_DEDICATED ""; do
for i in DEFAULT_INSERT ""; do
- make libpassphrase -B OPTIONS="$a $b $c $d $e $f $g $h $i" || exit 1
+ for j in PASSPHRASE_METER ""; do
+ make libpassphrase -B OPTIONS="$a $b $c $d $e $f $g $h $i $j" || exit 1
+ done
done
done
done