Newer
Older
dub_jkp / test / issue346-dedundant-flags.sh
@Sönke Ludwig Sönke Ludwig on 14 Sep 2015 146 bytes Add test case for #346.
#!/bin/sh

cd ${CURR_DIR}/issue346-redundant-flags
${DUB} build --bare --force --compiler=${COMPILER} -a x86 main | grep -e "-m32 -m32" && exit 1