diff options
author | Victor van den Elzen <victor.vde@gmail.com> | 2008-04-23 15:05:31 +0200 |
---|---|---|
committer | Victor van den Elzen <victor.vde@gmail.com> | 2008-05-21 12:42:46 +0200 |
commit | 82fa68acecf2f7e1d382501fbcff820883ec2ef4 (patch) | |
tree | 46a69ed47dd5f38613f0d78a90bcfd706bcbe292 /test/testnos3.asm | |
parent | 533385ace56de28f3ac0b11c762f510cb19b4e90 (diff) | |
download | nasm-82fa68acecf2f7e1d382501fbcff820883ec2ef4.tar.gz nasm-82fa68acecf2f7e1d382501fbcff820883ec2ef4.tar.bz2 nasm-82fa68acecf2f7e1d382501fbcff820883ec2ef4.zip |
Configure tests to be performed automatically
Diffstat (limited to 'test/testnos3.asm')
-rw-r--r-- | test/testnos3.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/testnos3.asm b/test/testnos3.asm index ed06473..9737e65 100644 --- a/test/testnos3.asm +++ b/test/testnos3.asm @@ -1,3 +1,4 @@ +;Testname=test; Arguments=-fbin -otestnos3.bin; Files=.stdout .stderr testnos3.bin ; ; Double-precision floating point tests, derived from Fred Tydeman's posting ; of 26 February 1996 to comp.arch.arithmetic, via David M. Gay's gdtoa |