summaryrefslogtreecommitdiff
path: root/ndb/test/run-test/Makefile.am
diff options
context:
space:
mode:
authorunknown <joreland@mysql.com>2004-06-23 15:34:18 +0200
committerunknown <joreland@mysql.com>2004-06-23 15:34:18 +0200
commit6fa3bc480008c54e50a93b47f93df57be192d4dd (patch)
treedec5a9fa6c712bf1dd80b6d7ade28504a77be59e /ndb/test/run-test/Makefile.am
parent37b2535ece031f21d5efbd301a828eaa5a6eb366 (diff)
downloadmariadb-git-6fa3bc480008c54e50a93b47f93df57be192d4dd.tar.gz
wl1292
Move atrt install-path to mysql-test/ndb ndb/test/run-test/Makefile.am: Move atrt install-path to mysql-test/ndb
Diffstat (limited to 'ndb/test/run-test/Makefile.am')
-rw-r--r--ndb/test/run-test/Makefile.am16
1 files changed, 8 insertions, 8 deletions
diff --git a/ndb/test/run-test/Makefile.am b/ndb/test/run-test/Makefile.am
index 3dd9632ce4b..04be35325db 100644
--- a/ndb/test/run-test/Makefile.am
+++ b/ndb/test/run-test/Makefile.am
@@ -1,18 +1,18 @@
-ndbtest_PROGRAMS = atrt
+testdir=$(prefix)/mysql-test/ndb
-atrt_SOURCES = main.cpp
+include $(top_srcdir)/ndb/config/common.mk.am
+include $(top_srcdir)/ndb/config/type_util.mk.am
+include $(top_srcdir)/ndb/config/type_mgmapiclient.mk.am
-ndbtest_SCRIPTS = atrt-analyze-result.sh atrt-gather-result.sh atrt-setup.sh \
+test_PROGRAMS = atrt
+test_DATA=daily-basic-tests.txt daily-devel-tests.txt
+test_SCRIPTS=atrt-analyze-result.sh atrt-gather-result.sh atrt-setup.sh \
atrt-clear-result.sh make-config.sh make-index.sh make-html-reports.sh
-EXTRA_DIST = $(ndbtest_SCRIPTS)
+atrt_SOURCES = main.cpp
INCLUDES_LOC = -I$(top_srcdir)/ndb/src/mgmclient
LDADD_LOC = $(top_builddir)/ndb/src/mgmclient/CpcClient.o $(top_builddir)/ndb/src/libndbclient.la
-include $(top_srcdir)/ndb/config/common.mk.am
-include $(top_srcdir)/ndb/config/type_util.mk.am
-include $(top_srcdir)/ndb/config/type_mgmapiclient.mk.am
-
# Don't update the files from bitkeeper
%::SCCS/s.%