diff options
Diffstat (limited to 'ndb/test/run-test/Makefile.am')
-rw-r--r-- | ndb/test/run-test/Makefile.am | 16 |
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.% |