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