#!/bin/bash
#
# Copyright (C) 2000-2026 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#
# This is an dlist unit test
#
TestName="dlist_test"
. scripts/functions
make -C $src/src/lib $TestName

$bin/$TestName
exit $?
