summaryrefslogtreecommitdiff
path: root/travis/test/clzero.json
diff options
context:
space:
mode:
Diffstat (limited to 'travis/test/clzero.json')
-rw-r--r--travis/test/clzero.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/travis/test/clzero.json b/travis/test/clzero.json
new file mode 100644
index 00000000..a4215aec
--- /dev/null
+++ b/travis/test/clzero.json
@@ -0,0 +1,21 @@
+[
+ {
+ "description": "Test CLZERO instruction (ax/eax/rax)",
+ "id": "clzero",
+ "format": "bin",
+ "source": "clzero.asm",
+ "option": "-Ox",
+ "target": [
+ { "output": "clzero.bin" }
+ ]
+ },
+ {
+ "description": "Test unsupported CLZERO instruction",
+ "ref": "clzero",
+ "option": "-Ox -DERROR",
+ "target": [
+ { "stderr": "clzero.stderr.t" }
+ ],
+ "error": "expected"
+ }
+]