From e92cd2f8866bfcd3c88cea6c34985aed740cd7a5 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 24 Mar 2022 15:56:13 +0100 Subject: [PATCH] regress: Add tags-unittests --- regress/tests/tags-unittests | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 regress/tests/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 $? -- 2.47.3