make: Add 'golden' target
authorCyrill Gorcunov <gorcunov@gmail.com>
Sun, 24 Nov 2013 08:26:35 +0000 (12:26 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Sun, 24 Nov 2013 08:26:35 +0000 (12:26 +0400)
We've 'test' target in toplevel Makefile, lets be
complete and allow to generate "golden" tests from
toplevel as well.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Makefile.in

index bd807f2..e4c56b5 100644 (file)
@@ -275,6 +275,9 @@ splint:
 test: nasm$(X)
        cd test && $(PERL) performtest.pl --nasm=../nasm *.asm
 
+golden: nasm$(X)
+       cd test && $(PERL) performtest.pl --golden --nasm=../nasm *.asm
+
 #
 # This build dependencies in *ALL* makefiles.  Partially for that reason,
 # it's expected to be invoked manually.