X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fbenchmark%2FMakefile.am;h=7be25256e0a07ef601138c252197b2115a9447ce;hb=67c1059778f0c4450d320b0cd7719446f9070584;hp=1c3e443f9d3d7298a489f77fd5603b10ea36cb59;hpb=ad46005890368f9c306f0c510b3d4b08c47b66f8;p=userspace-rcu.git diff --git a/tests/benchmark/Makefile.am b/tests/benchmark/Makefile.am index 1c3e443..7be2525 100644 --- a/tests/benchmark/Makefile.am +++ b/tests/benchmark/Makefile.am @@ -4,6 +4,7 @@ endif AM_CFLAGS=-I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/tests/common -g SCRIPT_LIST = common.sh \ + run.sh \ run-urcu-tests.sh \ runhash.sh \ runtests.sh \ @@ -19,6 +20,8 @@ SCRIPT_LIST = common.sh \ dist_noinst_SCRIPTS = $(SCRIPT_LIST) +dist_noinst_DATA = regression_tests short_bench_tests long_bench_tests + noinst_PROGRAMS = test_urcu test_urcu_dynamic_link test_urcu_timing \ test_urcu_signal test_urcu_signal_dynamic_link test_urcu_signal_timing \ test_rwlock_timing test_rwlock test_perthreadlock_timing \