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/local.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/local.asm')
-rw-r--r-- | test/local.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/local.asm b/test/local.asm index 64a0e59..a5ce707 100644 --- a/test/local.asm +++ b/test/local.asm @@ -1,3 +1,4 @@ +;Testname=test; Arguments=-fbin -olocal.bin; Files=.stdout .stderr local.bin bits 32 %push bluttan |