X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Futils%2FMakefile.am;h=a26b0385734720cddec34b1f57341f79630f7100;hp=440ac382a8412e738971869bf5dfdc0ef06f98d9;hb=refs%2Fheads%2Furcu%2Frcuja-simple-int;hpb=19b8479e24d9902fc97f053b3b064e552d08c2a5 diff --git a/tests/utils/Makefile.am b/tests/utils/Makefile.am index 440ac38..a26b038 100644 --- a/tests/utils/Makefile.am +++ b/tests/utils/Makefile.am @@ -3,6 +3,9 @@ AM_CFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include -I$(top_srcdir)/sr noinst_LIBRARIES = libtap.a libtap_a_SOURCES = tap.c tap.h +noinst_PROGRAMS = rcuja-testpop +rcuja_testpop_SOURCES = rcuja-testpop.c + SCRIPT_LIST = tap.sh dist_noinst_SCRIPTS = $(SCRIPT_LIST)