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:
parent
5287007cd6
commit
d514eab627
2
Makefile
2
Makefile
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user