From e3b582e93640be73e08aede246ea8f27c5ab0b31 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Tue, 2 Jul 2019 13:27:51 -0400 Subject: [PATCH] Add new unit tests --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 262f2841..9611ccb8 100644 --- a/Makefile +++ b/Makefile @@ -25,6 +25,7 @@ SLDFILES = $(wildcard $(SCHEME_DIR)/*.sld) \ COBJECTS = $(SLDFILES:.sld=.o) HEADERS = $(HEADER_DIR)/runtime.h $(HEADER_DIR)/types.h TEST_SRC = $(TEST_DIR)/unit-tests.scm \ + $(TEST_DIR)/test-shared-queue.scm \ $(TEST_DIR)/macro-hygiene.scm \ $(TEST_DIR)/match-tests.scm \ $(TEST_DIR)/srfi-28-tests.scm \