Newer
Older
dub_jkp / test / issue2684-recipe-file.sh
@Marcelo Silva Nascimento Mancini Marcelo Silva Nascimento Mancini on 13 Aug 2023 223 bytes Implemented recipe files for dub #2684 (#2685)
#!/bin/bash

cd ${CURR_DIR}/issue2684-recipe-file
${DUB} | grep -c "This was built using dub.json" > /dev/null
${DUB} --recipe=dubWithAnotherSource.json | grep -c "This was built using dubWithAnotherSource.json" > /dev/null