diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-09-24 21:22:30 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-09-30 22:10:34 +0400 |
commit | 4402af0c5924aa779e06f0ada4998d4a61c4a0c7 (patch) | |
tree | 585f986c15f437081e491cc4a90932c0fdacc48d /test/br3028880.asm | |
parent | e6775697bb1496046cc125bded5303f80a26a5a1 (diff) | |
download | nasm-4402af0c5924aa779e06f0ada4998d4a61c4a0c7.tar.gz nasm-4402af0c5924aa779e06f0ada4998d4a61c4a0c7.tar.bz2 nasm-4402af0c5924aa779e06f0ada4998d4a61c4a0c7.zip |
More tests automation
Not all covered but still worth to put in
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'test/br3028880.asm')
-rw-r--r-- | test/br3028880.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/br3028880.asm b/test/br3028880.asm index 20c8bd0..b6b2cf2 100644 --- a/test/br3028880.asm +++ b/test/br3028880.asm @@ -1,3 +1,5 @@ +;Testname=br3028880; Arguments=-Ox -fbin -obr3028880.o; Files=stdout stderr br3028880.o + %macro import 1 %define %%incfile %!PROJECTBASEDIR/%{1}.inc %endmacro |