Your IP : 172.28.240.42


Current Path : /usr/src/linux-headers-3.13.0-185/tools/testing/selftests/powerpc/tm/
Upload File :
Current File : //usr/src/linux-headers-3.13.0-185/tools/testing/selftests/powerpc/tm/Makefile

PROGS := tm-resched-dscr

all: $(PROGS)

$(PROGS):

run_tests: all
	@-for PROG in $(PROGS); do \
		./$$PROG; \
	done;

clean:
	rm -f $(PROGS) *.o

.PHONY: all run_tests clean