summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-09-03 11:01:56 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-09-29 13:51:25 +0200
commit0ac29e66148b64ff462e48ab85ffa5cebc7b732e (patch)
tree60c634a24e26b492c7751caaf05e2ac1a1a171c9
parent066fd9017fd9a325dbf6575c9f068ab939863608 (diff)
downloadbuildroot-0ac29e66148b64ff462e48ab85ffa5cebc7b732e.tar.gz
buildroot-0ac29e66148b64ff462e48ab85ffa5cebc7b732e.zip
package/ltp-testsuite: enable realtime tests
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--package/ltp-testsuite/ltp-testsuite.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ltp-testsuite/ltp-testsuite.mk b/package/ltp-testsuite/ltp-testsuite.mk
index acc1640c43..48733f2ac9 100644
--- a/package/ltp-testsuite/ltp-testsuite.mk
+++ b/package/ltp-testsuite/ltp-testsuite.mk
@@ -9,6 +9,8 @@ LTP_TESTSUITE_SOURCE = ltp-full-$(LTP_TESTSUITE_VERSION).tar.xz
LTP_TESTSUITE_SITE = http://downloads.sourceforge.net/project/ltp/LTP%20Source/ltp-$(LTP_TESTSUITE_VERSION)
LTP_TESTSUITE_LICENSE = GPLv2 GPLv2+
LTP_TESTSUITE_LICENSE_FILES = COPYING
+LTP_TESTSUITE_CONF_OPTS += \
+ --with-realtime-testsuite
# Needs libcap with file attrs which needs attr, so both required
ifeq ($(BR2_PACKAGE_LIBCAP)$(BR2_PACKAGE_ATTR),yy)
OpenPOWER on IntegriCloud