summaryrefslogtreecommitdiff
path: root/travis/test/bcd.json
blob: ed140d5fe84402452b2fe48d8cd142d753c96007 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
	{
		"description": "Test BCD numbers",
		"id": "bcd",
		"format": "bin",
		"source": "bcd.asm",
		"option": "-Ox",
		"target": [
			{ "output": "bcd.bin" },
			{ "stderr": "bcd.stderr" }
		]
	}
]