Newer
Older
dub_jkp / test / issue2085-target-none-visuald.sh
@Bastiaan Veelo Bastiaan Veelo on 25 Jan 2021 261 bytes Test issue #2085.
  1. #!/usr/bin/env bash
  2.  
  3. . $(dirname "${BASH_SOURCE[0]}")/common.sh
  4. cd "${CURR_DIR}/issue2085-target-none-visuald" || die "Could not cd."
  5.  
  6. "$DUB" generate visuald
  7.  
  8. if grep -c -e \"</Config>\" .dub/root.visualdproj; then
  9. die $LINENO 'Regression of issue #2085.'
  10. fi