diff mbox

[PATCHv2,4/4] test/performance: Makefile: add scripts to EXTRA_DIST

Message ID 1439558708-31151-5-git-send-email-anders.roxell@linaro.org
State Accepted
Commit 394a711d69fb0811218100faf720ea546a8e76e9
Headers show

Commit Message

Anders Roxell Aug. 14, 2015, 1:25 p.m. UTC
Makes it possible to run make check from the tar source.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 test/performance/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/test/performance/Makefile.am b/test/performance/Makefile.am
index ae2973e..721615b 100644
--- a/test/performance/Makefile.am
+++ b/test/performance/Makefile.am
@@ -27,3 +27,5 @@  noinst_HEADERS = \
 dist_odp_atomic_SOURCES = odp_atomic.c
 dist_odp_scheduling_SOURCES = odp_scheduling.c
 dist_odp_pktio_perf_SOURCES = odp_pktio_perf.c
+
+EXTRA_DIST = $(TESTSCRIPTS)