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