From: Eric Bollengier Date: Wed, 9 Feb 2022 09:50:07 +0000 (+0100) Subject: regress: Add script for pluginlib unittest X-Git-Tag: Beta-15.0.0~649 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=076727097c8b80c4705689b592f23df8d7de28ab;p=thirdparty%2Fbacula.git regress: Add script for pluginlib unittest --- diff --git a/regress/tests/pluginlib-unittest b/regress/tests/pluginlib-unittest new file mode 100755 index 000000000..30d52a7e5 --- /dev/null +++ b/regress/tests/pluginlib-unittest @@ -0,0 +1,16 @@ +#!/bin/sh +# +# Copyright (C) 2000-2021 Kern Sibbald +# Copyright (C) 2021-2022 Bacula Systems SA +# License: BSD 2-Clause; see file LICENSE-FOSS +# +# This is the pluginlib unit test +# + +TestName="pluginlib-unittest" +. scripts/functions +make -C $src/src/plugins/fd/pluginlib pluginlib_test + +$src/src/plugins/fd/pluginlib/pluginlib_test +exit $? +