#!/bin/sh
#
# Copyright (C) 2000-2026 Kern Sibbald
# License: BSD 2-Clause; see file LICENSE-FOSS
#
# This is an alist unit test
#
TestName="debug-tags_test"
. scripts/functions
make -C $src/src/tools install-$TestName

$bin/$TestName
exit $?
