summaryrefslogtreecommitdiff
path: root/openembedded/scripts
diff options
context:
space:
mode:
authormike-holmes <mike.holmes@linaro.org>2013-10-14 14:55:15 -0400
committerLinaro Code Review <review@review.linaro.org>2013-10-15 16:00:58 +0000
commit0c1245bf98ee11dd124711e0afa8f5e425c10f3a (patch)
treeb148d81cea05486798ee1ea73bc5fbe522a30d73 /openembedded/scripts
parentb6d2155ec5f7c8424f5de4b1ce0a6b7db347272f (diff)
openembedded/ltp: add additional tests (math,timers,fcntl-locktests,ipc,fsx)
Change-Id: Ibb01acc9b26f90e2e5c90cef50dd29f778510d5a
Diffstat (limited to 'openembedded/scripts')
-rwxr-xr-xopenembedded/scripts/ltpfixup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/openembedded/scripts/ltpfixup.sh b/openembedded/scripts/ltpfixup.sh
index bb5af57..a872fff 100755
--- a/openembedded/scripts/ltpfixup.sh
+++ b/openembedded/scripts/ltpfixup.sh
@@ -1,6 +1,6 @@
#!/bin/sh
cd /opt/ltp
-./runltp -p -q -f syscalls,mm
+./runltp -p -q -f syscalls,mm,math,timers,fcntl-locktests,ipc,fsx
find ./results -name "LTP_RUN_ON*" -print0 |xargs -0 cat
exit 0