diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2018-11-04 11:44:29 +0300 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2018-11-11 21:43:45 +0300 |
commit | 32c25b51c66c5aa1ca2b275725f0494119cc559b (patch) | |
tree | 89c888ba17daf05d601926b7e6e0fd3de7728cd7 /travis/t.json | |
parent | 5eb6d35721e6781a9d9b7b3cfcded979c4f6559c (diff) | |
download | nasm-32c25b51c66c5aa1ca2b275725f0494119cc559b.tar.gz nasm-32c25b51c66c5aa1ca2b275725f0494119cc559b.tar.xz nasm-32c25b51c66c5aa1ca2b275725f0494119cc559b.zip |
test: nasm-t -- Add json template
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'travis/t.json')
-rw-r--r-- | travis/t.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/travis/t.json b/travis/t.json new file mode 100644 index 00000000..53dc650e --- /dev/null +++ b/travis/t.json @@ -0,0 +1,17 @@ +[ + { + "description": "", + "id": "", + "format": "", + "source": "", + "option": "", + "target": [ + { "output": "" } + ] + }, + { + "description": "", + "ref": "", + "option": "" + } +] |