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