eh_frame_check_setup/Makefile
Théophile Bastian 461f3d3ef0 Add Makefile, fix multiple things
Makefile: useful to run in parallel at no cost
2018-03-26 17:20:29 +02:00

8 lines
185 B
Makefile

TESTS := $(shell find "glibc/build/" -executable -name 'test-*' -or -executable -name 'tst-*')
TESTS_SUFFIX := $(TESTS:=.test)
all: $(TESTS_SUFFIX)
%.test: %
./run_single_test.sh $<