1 all: 2 3 TEST_PROGS := main.sh 4 TEST_FILES := cpu.sh cpufreq.sh governor.sh module.sh special-tests.sh 5 6 include ../lib.mk 7 8 clean: 9