X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=tests%2Fregression%2FMakefile.am;h=2376edc847ed595fe44810b4b1bbf356feeef92a;hp=05c0375956396c19e85d6aa5f3f2b1127b86c822;hb=67c1059778f0c4450d320b0cd7719446f9070584;hpb=ad46005890368f9c306f0c510b3d4b08c47b66f8 diff --git a/tests/regression/Makefile.am b/tests/regression/Makefile.am index 05c0375..2376edc 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) + +dist_noinst_DATA = regression_tests.in + noinst_PROGRAMS = test_urcu_fork \ rcutorture_urcu \ rcutorture_urcu_signal \