summaryrefslogtreecommitdiff
path: root/travis/test/weirdpaste.json
blob: 566a567b2e885c1620c97525c651b6af31d4733e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
	{
		"description": "Check preprocessor paste operator (compile mode)",
		"format": "bin",
		"source": "weirdpaste.asm",
		"target": [
			{ "output": "weirdpaste.bin" }
		]
	},
	{
		"description": "Check preprocessor paste operator (preprocessor mode)",
		"source": "weirdpaste.asm",
		"option": "-E",
		"target": [
			{ "output": "weirdpaste.i" }
		]
	}
]