summaryrefslogtreecommitdiff
path: root/travis/test/_file_.json
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@gmail.com>2018-04-25 00:34:00 +0300
committerCyrill Gorcunov <gorcunov@gmail.com>2018-10-17 21:40:14 +0300
commit2e1bf723a9e3da2adf9aaee25200b06887cc2aa8 (patch)
tree3520e67ce9f308e30c55a679292e243e9b8209cf /travis/test/_file_.json
parent54533889403e61197179145b295970e4fe7b9d84 (diff)
downloadnasm-2e1bf723a9e3da2adf9aaee25200b06887cc2aa8.tar.gz
test: travis -- Add some of converted tests
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'travis/test/_file_.json')
-rw-r--r--travis/test/_file_.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/travis/test/_file_.json b/travis/test/_file_.json
new file mode 100644
index 00000000..cf168220
--- /dev/null
+++ b/travis/test/_file_.json
@@ -0,0 +1,8 @@
+{
+ "description": "Check the __FILE__ preprocessor directive",
+ "format": "bin",
+ "source": "_file_.asm",
+ "target": [
+ { "output": "_file_.bin" }
+ ]
+}