summaryrefslogtreecommitdiff
path: root/enable-make-check.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-26 03:47:45 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-26 03:47:45 +0000
commita5f9911fdf6eb75da267ece52f9b1a1253e8fd56 (patch)
treed880963fbc8ca7182a4e40f9eeaafc1f7003996b /enable-make-check.patch
parentea755cf0744116c616ce7b4861967b89b91aa444 (diff)
Diffstat (limited to 'enable-make-check.patch')
-rw-r--r--enable-make-check.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/enable-make-check.patch b/enable-make-check.patch
new file mode 100644
index 0000000..224d299
--- /dev/null
+++ b/enable-make-check.patch
@@ -0,0 +1,30 @@
+From 4d663e5249f94b49d7af474c345f96a4b9ffd931 Mon Sep 17 00:00:00 2001
+From: ExtinctFire <shenyining_00@126.com>
+Date: Sat, 27 Nov 2021 09:44:16 +0800
+Subject: [PATCH] add check summary
+
+Signed-off-by: ExtinctFire <shenyining_00@126.com>
+---
+ Makefile.in | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index 5725ed3..9282215 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -459,10 +459,10 @@
+ splint -weak *.c
+
+ test: $(PROGS)
+- cd test && $(RUNPERL) performtest.pl --nasm=../nasm *.asm
++ cd test && $(RUNPERL) performtest.pl --nasm=../nasm *.asm --verbose
+
+ golden: $(PROGS)
+- cd test && $(RUNPERL) performtest.pl --golden --nasm=../nasm *.asm
++ cd test && $(RUNPERL) performtest.pl --golden --nasm=../nasm *.asm --verbose
+
+ travis: $(PROGS)
+ $(PYTHON3) travis/nasm-t.py run
+--
+2.23.0
+