Compile 'fennel-ls' before running tests

This commit is contained in:
Rudolf Adamkovič 2024-06-16 00:50:49 +02:00 committed by XeroOl
parent b806ea4da4
commit e6e209d4a2

View File

@ -47,7 +47,7 @@ selfcheck:
install: $(EXE)
mkdir -p $(DESTDIR)$(BINDIR) && cp $< $(DESTDIR)$(BINDIR)/
test:
test: $(EXE)
TESTING=1 $(FENNEL) $(FENNELFLAGS) test/init.fnl
ci: