Fix some issues with the core file writing code.

Add test images to the unit tests.
This commit is contained in:
Michael R Sweet
2021-05-28 10:41:21 -04:00
parent 9cf024c1ce
commit fb853dadda
7 changed files with 103 additions and 15 deletions

View File

@ -16,7 +16,7 @@ ARFLAGS = cr
CC = cc
CFLAGS =
CODESIGN_IDENTITY = Developer ID
COMMONFLAGS = -Os -g
COMMONFLAGS = -g
CPPFLAGS =
DESTDIR = $(DSTROOT)
DSO = cc