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