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/multisection.asm | |
parent | 533385ace56de28f3ac0b11c762f510cb19b4e90 (diff) | |
download | nasm-82fa68acecf2f7e1d382501fbcff820883ec2ef4.tar.gz |
Configure tests to be performed automatically
Diffstat (limited to 'test/multisection.asm')
-rw-r--r-- | test/multisection.asm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/multisection.asm b/test/multisection.asm index 0da2fc74..997ae6db 100644 --- a/test/multisection.asm +++ b/test/multisection.asm @@ -1,3 +1,13 @@ +;Testname=aout; Arguments=-faout -olnxhello.o -Ox; Files=.stdout .stderr lnxhello.o +;Testname=aoutb; Arguments=-faoutb -olnxhello.o -Ox; Files=.stdout .stderr lnxhello.o +;Testname=as86; Arguments=-fas86 -olnxhello.o -Ox; Files=.stdout .stderr lnxhello.o +;Testname=elf32; Arguments=-felf32 -olnxhello.o -Ox; Files=.stdout .stderr lnxhello.o +;Testname=elf64; Arguments=-felf64 -olnxhello.o -Ox; Files=.stdout .stderr lnxhello.o +;Testname=obj; Arguments=-fobj -olnxhello.o -Ox; Files=.stdout .stderr lnxhello.o +;Testname=rdf; Arguments=-frdf -olnxhello.o -Ox; Files=.stdout .stderr lnxhello.o +;Testname=win32; Arguments=-fwin32 -olnxhello.o -Ox; Files=.stdout .stderr lnxhello.o +;Testname=win64; Arguments=-fwin64 -olnxhello.o -Ox; Files=.stdout .stderr lnxhello.o + ; To test where code that is placed before any explicit SECTION ; gets placed, and what happens if a .text section has an ORG ;statement, uncomment the following lines. |