summaryrefslogtreecommitdiff
path: root/travis/test/floatize.json
blob: b38b144113a4f413b3a2bda10a81c586f8fcbda9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
	{
		"description": "Test of floating-point (-Ox)",
		"id": "floatize",
		"format": "bin",
		"source": "floatize.asm",
		"option": "-Ox",
		"target": [
			{ "output": "floatize.bin" }
		]
	},
	{
		"description": "Test of floating-point (-O0)",
		"ref": "floatize",
		"option": "-O0",
		"update": false
	}
]