From d514eab6273351df0927420b777eba7cc383307e Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Tue, 9 Apr 2019 09:14:40 -0400 Subject: [PATCH] Add regression test for #78 --- Makefile | 2 +- test/install/{test.janet => build.janet} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/install/{test.janet => build.janet} (100%) diff --git a/Makefile b/Makefile index 7ec43ad6..373ae1fb 100644 --- a/Makefile +++ b/Makefile @@ -287,7 +287,7 @@ install: $(JANET_TARGET) cp janet.1 $(MANPATH) test-install: - cd test/install && rm -rf build && janet test + cd test/install && rm -rf build && janet build && janet build uninstall: -rm $(BINDIR)/../$(JANET_TARGET) diff --git a/test/install/test.janet b/test/install/build.janet similarity index 100% rename from test/install/test.janet rename to test/install/build.janet