UNIT TESTING WORKS

This commit is contained in:
2025-03-10 22:26:24 -04:00
parent 7258ef5810
commit 923df644a0
3 changed files with 5 additions and 13 deletions

View File

@@ -1,9 +0,0 @@
#
# Makefile
#
include ../config.mk
all: unit-tests.c
$(CC) unit-tests.c -o test-suite -lcunit -lconfig ../build/libglacier.a -Wall -Wextra
./test-suite