Adds dummy logger + tests and starts the compile

This commit is contained in:
Yann Weber 2023-02-17 11:37:34 +01:00
commit 949ca0000e
17 changed files with 1840 additions and 60 deletions

View file

@ -1,7 +1,7 @@
bin_PROGRAMS = asmsh child
noinst_LIBRARIES = libasmsh.a
noinst_LIBRARIES = libcheck_asmsh.a
libasmsh_a_SOURCES = mmap_parse.c
libcheck_asmsh_a_SOURCES = mmap_parse.c compile.c logger.c
asmsh_SOURCES = asmsh.c $(libasmsh_a_SOURCES)
child_SOURCES = child.s