summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-11-28 15:34:32 -0800
committerH. Peter Anvin <hpa@zytor.com>2009-11-28 15:34:32 -0800
commit1199cddebbd04085f7b8078247dbd9937a66c9d3 (patch)
tree6c977acb9c812c6d271135ce15fdb062db4a351a /test
parentbd38c8f231d938ffdf0916809bf2a6b65e62ea61 (diff)
downloadnasm-1199cddebbd04085f7b8078247dbd9937a66c9d3.tar.gz
test/Makefile: make it easier to inject options
Make it easier to inject options into test compiles. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 2dcf2ebd..8b513590 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,7 +1,7 @@
.SUFFIXES: .bin .o .o64 .obj .obj64 .exe .asm .lst .pl
NASM = ../nasm
-NASMOPT = -Ox -I../misc
+NASMOPT = -Ox -I../misc $(OPT)
PERL = perl
TESTS = $(wildcard *.asm)