From 32c25b51c66c5aa1ca2b275725f0494119cc559b Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sun, 4 Nov 2018 11:44:29 +0300 Subject: [PATCH] test: nasm-t -- Add json template Signed-off-by: Cyrill Gorcunov --- travis/t.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 travis/t.json 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": "" + } +]