Commit-ID: ea258e6c74d077dc9d7de20c2046b1fce97f03a1
Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=ea258e6c74d077dc9d7de20c2046b1fce97f03a1
Author: Cyrill Gorcunov <gor...@gm...>
AuthorDate: Sun, 4 Nov 2018 18:44:04 +0300
Committer: Cyrill Gorcunov <gor...@gm...>
CommitDate: Sun, 11 Nov 2018 21:43:45 +0300
test: nasm-t -- Add fpu test
Signed-off-by: Cyrill Gorcunov <gor...@gm...>
---
{test => travis/test}/fpu.asm | 2 --
travis/test/fpu.bin.t | 1 +
travis/test/fpu.json | 11 +++++++++++
3 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/test/fpu.asm b/travis/test/fpu.asm
similarity index 97%
copy from test/fpu.asm
copy to travis/test/fpu.asm
index 4051fdd..66af8d1 100644
--- a/test/fpu.asm
+++ b/travis/test/fpu.asm
@@ -1,5 +1,3 @@
-;Testname=test; Arguments=-fbin -ofpu.bin; Files=stdout stderr fpu.bin
-
; relaxed encodings for FPU instructions, which NASM should support
; -----------------------------------------------------------------
diff --git a/travis/test/fpu.bin.t b/travis/test/fpu.bin.t
new file mode 100644
index 0000000..ecdfd16
--- /dev/null
+++ b/travis/test/fpu.bin.t
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/travis/test/fpu.json b/travis/test/fpu.json
new file mode 100644
index 0000000..88aa7a5
--- /dev/null
+++ b/travis/test/fpu.json
@@ -0,0 +1,11 @@
+[
+ {
+ "description": "Test relaxed encodings for FPU instructions",
+ "id": "fpu",
+ "format": "bin",
+ "source": "fpu.asm",
+ "target": [
+ { "output": "fpu.bin" }
+ ]
+ }
+]
|