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