X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Fregression%2FMakefile.am;h=655fea88dd641570a81c921b58d1ff6fbfbe1735;hp=05c0375956396c19e85d6aa5f3f2b1127b86c822;hb=074c3a1bde68f3d2607c5c4711ec456dbdb05bce;hpb=09bdef43191a9de4bcc770ad680fa20776a8f683 diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am index 05c0375..655fea8 100644 --- a/tests/regression/Makefile.am +++ b/tests/regression/Makefile.am @@ -3,6 +3,12 @@ AM_LDFLAGS=-lpthread endif AM_CFLAGS=-I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/tests/utils -I$(top_srcdir)/tests/common -g +SCRIPT_LIST = run.sh + +dist_noinst_SCRIPTS = $(SCRIPT_LIST) + +noinst_DATA = regression_tests.in + noinst_PROGRAMS = test_urcu_fork \ rcutorture_urcu \ rcutorture_urcu_signal \