summaryrefslogtreecommitdiff
path: root/BUILD/compile-ndb-autotest
blob: 6f86eeb74646dd41e26be32f7b5e3ed5df73e244 (plain)
1
2
3
4
5
6
7
8
9
#! /bin/sh

path=`dirname $0`
. "$path/SETUP.sh"

extra_configs="$max_configs --with-ndb-test --with-ndb-ccflags='-DERROR_INSERT'"
extra_flags="$fast_cflags $max_cflags -g"

. "$path/FINISH.sh"