1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-24 17:27:18 +00:00

Add regression test for #78

This commit is contained in:
Calvin Rose 2019-04-09 09:14:40 -04:00
parent 5287007cd6
commit d514eab627
2 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ install: $(JANET_TARGET)
cp janet.1 $(MANPATH) cp janet.1 $(MANPATH)
test-install: test-install:
cd test/install && rm -rf build && janet test cd test/install && rm -rf build && janet build && janet build
uninstall: uninstall:
-rm $(BINDIR)/../$(JANET_TARGET) -rm $(BINDIR)/../$(JANET_TARGET)