From: Eric Bollengier Date: Thu, 24 Mar 2022 14:48:24 +0000 (+0100) Subject: regress: Add edit-unittests X-Git-Tag: Release-11.3.2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9f914b0c5f1416abb0322ed6f885dfeb6c6fe15;p=thirdparty%2Fbacula.git regress: Add edit-unittests --- diff --git a/regress/tests/edit-unittests b/regress/tests/edit-unittests new file mode 100755 index 000000000..15809ef2b --- /dev/null +++ b/regress/tests/edit-unittests @@ -0,0 +1,15 @@ +#!/bin/sh +# +# Copyright (C) 2000-2015 Kern Sibbald +# License: BSD 2-Clause; see file LICENSE-FOSS +# +# This is an alist unit test +# + +TestName="edit_test" +. scripts/functions +make -C $src/src/lib $TestName + +$bin/$TestName +exit $? +