2021-11-27 10:18:14 +08:00
|
|
|
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
|
2023-05-18 16:09:15 +08:00
|
|
|
@@ -459,10 +459,10 @@
|
2021-11-27 10:18:14 +08:00
|
|
|
splint -weak *.c
|
|
|
|
|
|
2023-05-18 16:09:15 +08:00
|
|
|
test: $(PROGS)
|
2021-11-27 10:18:14 +08:00
|
|
|
- cd test && $(RUNPERL) performtest.pl --nasm=../nasm *.asm
|
|
|
|
|
+ cd test && $(RUNPERL) performtest.pl --nasm=../nasm *.asm --verbose
|
|
|
|
|
|
2023-05-18 16:09:15 +08:00
|
|
|
golden: $(PROGS)
|
2021-11-27 10:18:14 +08:00
|
|
|
- cd test && $(RUNPERL) performtest.pl --golden --nasm=../nasm *.asm
|
|
|
|
|
+ cd test && $(RUNPERL) performtest.pl --golden --nasm=../nasm *.asm --verbose
|
|
|
|
|
|
2023-05-18 16:09:15 +08:00
|
|
|
travis: $(PROGS)
|
2021-11-27 10:18:14 +08:00
|
|
|
$(PYTHON3) travis/nasm-t.py run
|
|
|
|
|
--
|
|
|
|
|
2.23.0
|
|
|
|
|
|