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

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

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

. "$path/FINISH.sh"