1
1
mirror of https://github.com/rui314/mold.git synced 2024-12-26 01:44:29 +03:00
mold/test/Makefile

9 lines
82 B
Makefile
Raw Normal View History

2021-05-29 09:00:18 +03:00
TESTS = $(wildcard *.sh)
test: $(TESTS)
$(TESTS):
@./$@
.PHONY: test $(TESTS)