implement basic unit testing
This commit is contained in:
9
tests/Makefile
Normal file
9
tests/Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
#
|
||||
# Makefile
|
||||
#
|
||||
|
||||
include ../config.mk
|
||||
|
||||
all: unit-tests.c
|
||||
$(CC) unit-tests.c -o test-suite -lcunit -lconfig ../build/libglacier.a -Wall -Wextra
|
||||
./test-suite
|
||||
Reference in New Issue
Block a user