1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-21 09:57:18 +03:00
mold/test/Makefile.linux

9 lines
86 B
Makefile
Raw Normal View History

TESTS = $(wildcard elf/*.sh)
2021-05-29 09:00:18 +03:00
test: $(TESTS)
$(TESTS):
2021-07-21 08:49:02 +03:00
@./$@
2021-05-29 09:00:18 +03:00
.PHONY: test $(TESTS)