xref: /openbmc/openbmc/poky/meta/recipes-support/gdbm/files/run-ptest (revision f079ad7e47d674943dc841bd3f5a81887b2ad092)
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