mirror of
https://git.yoctoproject.org/poky
synced 2026-02-13 04:03:03 +01:00
Install gdbm test-suite and run it as ptest (From OE-Core rev: aaba69d598763831e8b42996154ed87d0db10714) Signed-off-by: Maxin B. John <maxin.john@enea.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
290 B
Executable File
290 B
Executable File
#!/bin/sh
This script is used to run the gmdb test suite
cd tests
./testsuite AUTOTEST_PATH=$PWD abs_builddir=$PWD COMPAT=1 | sed 's/^[^0-9]([0-9]+): (.)(ok|pass|skipped|fail|FAILED)(.*)$/\3: \2 \4/;s/ +/ /g;s/^ok/PASS/;s/^skipped/SKIP/;s/^fail/FAIL/;s/^FAILED/FAIL/'