summaryrefslogtreecommitdiff
path: root/travis/test/multisection.json
diff options
context:
space:
mode:
Diffstat (limited to 'travis/test/multisection.json')
-rw-r--r--travis/test/multisection.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/travis/test/multisection.json b/travis/test/multisection.json
new file mode 100644
index 00000000..61a04491
--- /dev/null
+++ b/travis/test/multisection.json
@@ -0,0 +1,31 @@
+[
+ {
+ "description": "Test mutlisecions (bin)",
+ "id": "multisection",
+ "format": "bin",
+ "source": "multisection.asm",
+ "option": "-Ox",
+ "target": [
+ { "output": "multisection.bin" },
+ { "stderr": "multisection.stderr" }
+ ]
+ },
+ {
+ "description": "Test mutlisecions (elf32)",
+ "ref": "multisection",
+ "format": "elf32",
+ "target": [
+ { "output": "multisection-elf32.o" },
+ { "stderr": "multisection-elf32.stderr" }
+ ]
+ },
+ {
+ "description": "Test mutlisecions (elf64)",
+ "ref": "multisection",
+ "format": "elf64",
+ "target": [
+ { "output": "multisection-elf64.o" },
+ { "stderr": "multisection-elf64.stderr" }
+ ]
+ }
+]