From: Mathieu Desnoyers Date: Fri, 16 Oct 2015 20:48:45 +0000 (-0400) Subject: Fix: add missing run.sh to benchmark makefile X-Git-Tag: v0.10.0~66 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=9c78ab1d60b30fbd03cb7546740b591f92e93ac9;ds=sidebyside Fix: add missing run.sh to benchmark makefile This fixes make regtest on a distribution tarball. Signed-off-by: Mathieu Desnoyers --- diff --git a/tests/benchmark/Makefile.am b/tests/benchmark/Makefile.am index 1c3e443..5fa864e 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 \