From: Eric Bollengier Date: Thu, 24 Mar 2022 14:48:12 +0000 (+0100) Subject: regress: Add dlist-unittests X-Git-Tag: Release-11.3.2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50d2904f90e5b6f07b5215b5e69149f03fd03f46;p=thirdparty%2Fbacula.git regress: Add dlist-unittests --- diff --git a/regress/tests/dlist-unittests b/regress/tests/dlist-unittests new file mode 100755 index 000000000..a725ad270 --- /dev/null +++ b/regress/tests/dlist-unittests @@ -0,0 +1,13 @@ +#!/bin/sh +# +# Copyright (C) 2000-2019 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 $?