aboutsummaryrefslogtreecommitdiffstats
path: root/travis/test/vmx.json
blob: 33fcb3998d17cd7d0598edc321558afced2a645e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[
	{
		"description": "Test VMX instructions",
		"id": "vmx",
		"format": "elf64",
		"source": "vmx.asm",
		"option": "-Ox",
		"target": [
			{ "output": "vmx.o" }
		]
	}
]