From: Eric Bollengier Date: Fri, 5 Feb 2021 12:16:43 +0000 (+0100) Subject: regress: Add ilist-unittests X-Git-Tag: Release-11.0.1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5ece2bacc911d4cdfffae6e80549b4bbcfb540c;p=thirdparty%2Fbacula.git regress: Add ilist-unittests --- diff --git a/regress/tests/alist-unittests b/regress/tests/alist-unittests index 2db22b70a..0ae772e90 100755 --- a/regress/tests/alist-unittests +++ b/regress/tests/alist-unittests @@ -3,9 +3,6 @@ # Copyright (C) 2000-2015 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # -# Copyright (c) 2018 by Inteos sp. z o.o. -# All rights reserved. IP transfered to Bacula Systems according to agreement. -# # This is an alist unit test # . scripts/regress-utils.sh diff --git a/regress/tests/ilist-unittests b/regress/tests/ilist-unittests new file mode 100755 index 000000000..0c442066f --- /dev/null +++ b/regress/tests/ilist-unittests @@ -0,0 +1,13 @@ +#!/bin/sh +# +# Copyright (C) 2000-2015 Kern Sibbald +# License: BSD 2-Clause; see file LICENSE-FOSS +# +# This is an ilist unit test +# +TestName="ilist_test" +. scripts/functions +make -C $src/src/lib $TestName + +$bin/$TestName +exit $?