From 56ac45041c170f307dad35ed52723f38c969f356 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 1 Feb 2017 00:46:11 -0500 Subject: [PATCH] Revert this file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4bf65cd4..469c3412 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ include Makefile.config CYCLONE = cyclone -TESTSCM = unit-tests srfi-60-tests +TESTSCM = unit-tests TESTFILES = $(addprefix tests/, $(addsuffix .scm, $(TESTSCM))) BOOTSTRAP_DIR = ../cyclone-bootstrap