Newer
Older
dub_jkp / test / 3-copyFiles / dub.json
@Vadim Lopatin Vadim Lopatin on 10 Dec 2014 200 bytes add test for copyFiles
  1. {
  2. "name": "copyfiles-test",
  3. "targetType": "executable",
  4. "targetPath": "bin",
  5. "copyFiles": [
  6. "data/res",
  7. "data/res/*dpi",
  8. "data/file_to_copy.txt",
  9. "data/file_to_copy_mask*.txt"]
  10. }