mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 17:33:44 +01:00
6fa3bc4800
Move atrt install-path to mysql-test/ndb ndb/test/run-test/Makefile.am: Move atrt install-path to mysql-test/ndb
18 lines
643 B
Makefile
18 lines
643 B
Makefile
|
|
testdir=$(prefix)/mysql-test/ndb
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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
|
|
|
|
# Don't update the files from bitkeeper
|
|
%::SCCS/s.%
|