You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kamailio/test/unit/include/common

22 lines
617 B

# all database modules
DB_ALL_MOD="acc|alias_db|auth_db|avpops|dialog|dialplan|dispatcher|domain|domainpolicy|group|imc|lcr|msilo|siptrace|speeddial|uri_db|usrloc|permissions|pdt|userblacklist"
# root directory relative to tests
SR_DIR="../.."
CTL_DIR="$SR_DIR/utils/kamctl"
CTLRC="$CTL_DIR/kamctlrc"
CTL="$CTL_DIR/kamctl"
DBCTL="$CTL_DIR/kamdbctl"
BIN="$SR_DIR/ser"
if [ -f $SR_DIR/ser ] ; then
BIN="$SR_DIR/ser"
else
if [ -f $SR_DIR/kamailio ] ; then
BIN="$SR_DIR/kamailio"
else
echo "WARNING Binary not found!"
fi
fi
KILL="killall -15 $BIN"
# test directory relative to root
TEST_DIR="test/unit"