summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-05-26 19:24:22 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-05-26 19:24:22 +0200
commit9af90374c8ac71bb44ef059db440dc985e0b25bc (patch)
tree762a106eb9dc68310817ae5562f8ee75a0ca6742 /tests
parent388520bc1380738dfa953627e6cd165bfb67540e (diff)
downloadptxdist-9af90374c8ac71bb44ef059db440dc985e0b25bc.tar.gz
ptxdist-9af90374c8ac71bb44ef059db440dc985e0b25bc.tar.xz
kwrapper: search for tests in the platform too
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/kwrapper2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/kwrapper b/tests/kwrapper
index 842403e5b..e448e26a0 100755
--- a/tests/kwrapper
+++ b/tests/kwrapper
@@ -9,12 +9,14 @@ shift
[ -e "${PTXDIST_BOARDSETUP}" ] || ptxd_bailout "Please run 'ptxdist boardsetup' first!"
ptxd_get_path \
+ "${PTXDIST_PLATFORMCONFIGDIR}/tests/${TST}.kermit" \
"${PTXDIST_WORKSPACE}/tests/${TST}.kermit" \
"${PTXDIST_TOPDIR}/tests/${TST}.kermit" ||
ptxd_bailout "No kermit-script for ${TST} found! Please report to the developers."
KSCRIPT="${ptxd_reply}"
ptxd_get_path \
+ "${PTXDIST_PLATFORMCONFIGDIR}/tests/libptxdisttest.kermit" \
"${PTXDIST_WORKSPACE}/tests/libptxdisttest.kermit" \
"${PTXDIST_TOPDIR}/tests/libptxdisttest.kermit" ||
ptxd_bailout "Could not find kermit-library! Please report to the developers."