xref: /openbmc/openbmc/poky/meta/recipes-support/gdbm/files/run-ptest (revision edff49234e31f23dc79f823473c9e286a21596c1)
1#!/bin/sh
2#
3# This script is used to run the gmdb test suite
4
5cd tests
6
7./testsuite --am-fmt AUTOTEST_PATH=$PWD abs_builddir=$PWD COMPAT=1
8