tests: Print better error messages

FossilOrigin-Name: 86b43015f07361d21316dfffe78509ba117c05c598f2ccdfa1c0cec3af140ad5
This commit is contained in:
Jonathan Schleifer 2020-10-03 15:32:41 +00:00
parent ebd403b4ad
commit 023ed62f5a
3 changed files with 8 additions and 2 deletions

View file

@ -40,6 +40,6 @@ run:
${PROG_NOINST}: ${LIBOBJMATRIX_DEP}
CPPFLAGS += -I../src
CPPFLAGS += -I../src -I../src/exceptions
LIBS := -L../src -lobjmatrix ${LIBS}
LD = ${OBJC}