1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-21 01:47:11 +03:00
mold/test/Makefile.linux
2021-09-28 18:47:24 +09:00

9 lines
86 B
Makefile

TESTS = $(wildcard elf/*.sh)
test: $(TESTS)
$(TESTS):
@./$@
.PHONY: test $(TESTS)