sw: minor formatting improvements for tester

Add the version number, and make the final "Pass" text be more easily
parsed by a simple grep.

Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
2019-05-23 17:30:11 +08:00
parent 8b2241a9e6
commit 372ab22b10
2 changed files with 19 additions and 14 deletions

View File

@ -49,7 +49,7 @@ CFLAGS := $(ADD_CFLAGS) \
-ffunction-sections -fdata-sections -fno-common \
-fomit-frame-pointer -Os \
-march=rv32i \
-DGIT_VERSION=u\"$(GIT_VERSION)\" -std=gnu11
-DGIT_VERSION=\"$(GIT_VERSION)\" -std=gnu11
CXXFLAGS := $(CFLAGS) -std=c++11 -fno-rtti -fno-exceptions
LFLAGS := $(CFLAGS) $(ADD_LFLAGS) -L$(LD_DIR) \
-nostartfiles \