lkdtm: Add REPORT_STACK for checking stack offsets
[linux-2.6-microblaze.git] / tools / testing / selftests / lkdtm / Makefile
index 1bcc9ee..c71109c 100644 (file)
@@ -5,6 +5,7 @@ include ../lib.mk
 
 # NOTE: $(OUTPUT) won't get default value if used before lib.mk
 TEST_FILES := tests.txt
+TEST_PROGS := stack-entropy.sh
 TEST_GEN_PROGS = $(patsubst %,$(OUTPUT)/%.sh,$(shell awk '{print $$1}' tests.txt | sed -e 's/\#//'))
 all: $(TEST_GEN_PROGS)