From f5ece2bacc911d4cdfffae6e80549b4bbcfb540c Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 5 Feb 2021 13:16:43 +0100 Subject: [PATCH] regress: Add ilist-unittests --- regress/tests/alist-unittests | 3 --- regress/tests/ilist-unittests | 13 +++++++++++++ 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100755 regress/tests/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 $? -- 2.47.3