summaryrefslogtreecommitdiff
path: root/test/binexe.asm
diff options
context:
space:
mode:
authorVictor van den Elzen <victor.vde@gmail.com>2008-04-23 15:05:31 +0200
committerVictor van den Elzen <victor.vde@gmail.com>2008-05-21 12:42:46 +0200
commit82fa68acecf2f7e1d382501fbcff820883ec2ef4 (patch)
tree46a69ed47dd5f38613f0d78a90bcfd706bcbe292 /test/binexe.asm
parent533385ace56de28f3ac0b11c762f510cb19b4e90 (diff)
downloadnasm-82fa68acecf2f7e1d382501fbcff820883ec2ef4.tar.gz
Configure tests to be performed automatically
Diffstat (limited to 'test/binexe.asm')
-rw-r--r--test/binexe.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/binexe.asm b/test/binexe.asm
index ab852fb9..bc85eb41 100644
--- a/test/binexe.asm
+++ b/test/binexe.asm
@@ -1,3 +1,6 @@
+;Testname=unoptimized; Arguments=-O0 -fbin -obinexe.exe -i../misc/; Files=.stdout .stderr binexe.exe
+;Testname=optimized; Arguments=-Ox -fbin -obinexe.exe -i../misc/; Files=.stdout .stderr binexe.exe
+
; Demonstration of how to write an entire .EXE format program by using
; the `exebin.mac' macro package.
; To build: