Newer
Older
dub_jkp / test / single-file-sdl-default-name.sh
  1. #!/bin/sh
  2. set -e
  3. cd ${CURR_DIR}
  4. rm -f single-file-sdl-default-name
  5.  
  6. ${DUB} run --single single-file-sdl-default-name.d --compiler=${DC}
  7. if [ ! -f single-file-sdl-default-name ]; then
  8. echo "Normal invocation did not produce a binary in the current directory"
  9. exit 1
  10. fi
  11. rm single-file-sdl-default-name