diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2018-11-11 13:37:50 +0300 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2018-11-11 21:43:46 +0300 |
commit | c777772243da543f9c60097b527cf851310f2f15 (patch) | |
tree | 5d8223be2c51e680efaf5f7d8441fcef2b1210ba /travis/test/elif.json | |
parent | b87a996ef06603f98c570d66c3429cf123a89f7e (diff) | |
download | nasm-c777772243da543f9c60097b527cf851310f2f15.tar.gz nasm-c777772243da543f9c60097b527cf851310f2f15.tar.xz nasm-c777772243da543f9c60097b527cf851310f2f15.zip |
test: nasm-t -- Add elif
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'travis/test/elif.json')
-rw-r--r-- | travis/test/elif.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/travis/test/elif.json b/travis/test/elif.json new file mode 100644 index 00000000..824d62df --- /dev/null +++ b/travis/test/elif.json @@ -0,0 +1,12 @@ +[ + { + "description": "Test elif directive", + "id": "elif", + "format": "obj", + "source": "elif.asm", + "option": "-Ox", + "target": [ + { "output": "elif.o" } + ] + } +] |