Newer
Older
dub_jkp / test / issue346-redundant-flags.sh
@Sönke Ludwig Sönke Ludwig on 12 Jan 2016 164 bytes Fix rendundant architecture flag test.
  1. #!/bin/sh
  2.  
  3. cd ${CURR_DIR}/issue346-redundant-flags
  4. ${DUB} build --bare --force --compiler=${DC} -a x86_64 -v main 2>&1 | grep -e "-m64 -m64" -c && exit 1 || exit 0