Commit-ID: 32c25b51c66c5aa1ca2b275725f0494119cc559b
Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=32c25b51c66c5aa1ca2b275725f0494119cc559b
Author: Cyrill Gorcunov <gor...@gm...>
AuthorDate: Sun, 4 Nov 2018 11:44:29 +0300
Committer: Cyrill Gorcunov <gor...@gm...>
CommitDate: Sun, 11 Nov 2018 21:43:45 +0300
test: nasm-t -- Add json template
Signed-off-by: Cyrill Gorcunov <gor...@gm...>
---
travis/t.json | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/travis/t.json b/travis/t.json
new file mode 100644
index 0000000..53dc650
--- /dev/null
+++ b/travis/t.json
@@ -0,0 +1,17 @@
+[
+ {
+ "description": "",
+ "id": "",
+ "format": "",
+ "source": "",
+ "option": "",
+ "target": [
+ { "output": "" }
+ ]
+ },
+ {
+ "description": "",
+ "ref": "",
+ "option": ""
+ }
+]
|