]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
regress: Add tags-unittests
authorEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 14:56:13 +0000 (15:56 +0100)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 14:56:13 +0000 (15:56 +0100)
regress/tests/tags-unittests [new file with mode: 0755]

diff --git a/regress/tests/tags-unittests b/regress/tests/tags-unittests
new file mode 100755 (executable)
index 0000000..4af2dcb
--- /dev/null
@@ -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 $?