From f2fc8861fe241683ccc4bf026fbeeefe6ba1e04e Mon Sep 17 00:00:00 2001 From: Kimplul Date: Wed, 23 Jul 2025 18:35:18 +0300 Subject: check const types with static_assert --- tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index bcc91d3..1041e61 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,5 +1,7 @@ all: $(MAKE) -C xok + $(MAKE) -C xfail clean: $(MAKE) -C xok clean + $(MAKE) -C xfail clean -- cgit v1.2.3