From 3abc76cce48f3ae66e28ec99af648dc5fdf8bf4a Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 22 Jan 2026 00:46:42 +0100 Subject: Add better tests and testing suit --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 311faaa..13267a0 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +.PHONY: all query ts-build ts-clean valgrind tests format clean + TARGET = crep SOURCES = $(wildcard *.c *.h) TS_ALIBS = $(shell find vendor -name "*.a" -print) @@ -42,6 +44,9 @@ ts-clean: valgrind: valgrind -s --leak-check=full ./$(TARGET) +tests: $(TARGET) + sh tests.sh + format: clang-format -i *.c *.h -- cgit v1.2.3