From e3ea28218fc2cbd5961adc4b16ea67adf14fc01e Mon Sep 17 00:00:00 2001 From: John Bieren Date: Sep 06 2018 19:40:03 +0000 Subject: Add controllers test --- diff --git a/misc/ltp/Makefile b/misc/ltp/Makefile index d19b890..13d23e3 100644 --- a/misc/ltp/Makefile +++ b/misc/ltp/Makefile @@ -18,12 +18,16 @@ $(LTPSKIP): $(LTPDIR) $(LTPRUNCMD): $(LTPDIR) cp RHELKT1LITE $(LTPRUNCMD) -userspacesuite: containers hugetlb mm numa sched syscalls +userspacesuite: containers controllers hugetlb mm numa sched syscalls containers: $(LTPSKIP) wget -N https://raw.githubusercontent.com/linux-test-project/ltp/master/runtest/containers -O $(LTPDIR)/runtest/containers ./runtest.sh $(LTPDIR) containers +controllers: $(LTPSKIP) + wget -N https://raw.githubusercontent.com/linux-test-project/ltp/master/runtest/controllers -O $(LTPDIR)/runtest/controllers + ./runtest.sh $(LTPDIR) controllers + hugetlb: $(LTPSKIP) wget -N https://raw.githubusercontent.com/linux-test-project/ltp/master/runtest/hugetlb -O $(LTPDIR)/runtest/hugetlb ./runtest.sh $(LTPDIR) hugetlb