package/ltp-testsuite: enable realtime tests
authorAnders Roxell <anders.roxell@linaro.org>
Thu, 3 Sep 2015 09:01:56 +0000 (11:01 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 29 Sep 2015 11:51:25 +0000 (13:51 +0200)
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>
package/ltp-testsuite/ltp-testsuite.mk

index acc1640c43adc3e719f243841345f52c533c3211..48733f2ac9fef459441b00f5647b8773620c1ed5 100644 (file)
@@ -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)