eh_frame_check_setup/Makefile

8 lines
185 B
Makefile
Raw Permalink Normal View History

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