11 lines
267 B
Plaintext
11 lines
267 B
Plaintext
--source include/have_ndb.inc
|
|
|
|
# Test does not need to run with embedded
|
|
# since mysqld/libmysqld is not involved
|
|
--source include/not_embedded.inc
|
|
|
|
let NDBAPITEST_NAME=testDebugger;
|
|
let NDBAPITEST_ARGS=--stop-on-error;
|
|
--source suite/ndb/include/run_ndbapitest.inc
|
|
|