From: Eric Bollengier Date: Thu, 24 Mar 2022 14:56:13 +0000 (+0100) Subject: regress: Add tags-unittests X-Git-Tag: Release-11.3.2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e92cd2f8866bfcd3c88cea6c34985aed740cd7a5;p=thirdparty%2Fbacula.git regress: Add tags-unittests --- diff --git a/regress/tests/tags-unittests b/regress/tests/tags-unittests new file mode 100755 index 000000000..4af2dcb74 --- /dev/null +++ b/regress/tests/tags-unittests @@ -0,0 +1,13 @@ +#!/bin/sh +# +# Copyright (C) 2000-2018 Kern Sibbald +# License: BSD 2-Clause; see file LICENSE-FOSS +# +# This is a test for debug tags +# +TestName="tags_test" +. scripts/functions +make -C $src/src/tools install-unittests + +$bin/$TestName +exit $?