diff options
Diffstat (limited to 'travis/test/movhpd.json')
-rw-r--r-- | travis/test/movhpd.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/travis/test/movhpd.json b/travis/test/movhpd.json new file mode 100644 index 00000000..d5dca7b6 --- /dev/null +++ b/travis/test/movhpd.json @@ -0,0 +1,12 @@ +[ + { + "description": "Test movhpd instruction", + "id": "movhpd", + "format": "bin", + "source": "movhpd.asm", + "option": "-Ox", + "target": [ + { "output": "movhpd.bin" } + ] + } +] |