X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Futils%2FMakefile.am;h=d39f7977c0da851fe67b71dd87ec16311767687b;hp=24c0bb87942600b6fb26879578e0485af4d92f8d;hb=HEAD;hpb=1b3874915095deab4aa9be0f33423e992e571bb7 diff --git a/tests/utils/Makefile.am b/tests/utils/Makefile.am index 24c0bb8..605d64c 100644 --- a/tests/utils/Makefile.am +++ b/tests/utils/Makefile.am @@ -1,3 +1,13 @@ +# SPDX-FileCopyrightText: 2023 EfficiOS Inc. +# +# SPDX-License-Identifier: MIT + +AM_CPPFLAGS += -I$(top_srcdir)/src + noinst_LIBRARIES = libtap.a libtap_a_SOURCES = tap.c tap.h -dist_noinst_SCRIPTS = tap.sh + +dist_check_SCRIPTS = \ + tap-driver.sh \ + tap.sh \ + utils.sh