TESTS=$(wildcard test/*.js)
SRC=$(wildcard lib/*/*.js).PHONY: $(TESTS) test all reuseall: reuse testhelp:# SRC: $(SRC)# TESTS: $(TESTS)# targets:# test - run all tests if SRC was updatedreuse: ; reuse linttest: $(TESTS)
TEST_ARGS=
$(TESTS): $(SRC)
gjs -I $(CURDIR)/lib $@$(TEST_ARGS)