Update build and basic DS test framework.

This commit is contained in:
2017-12-21 14:02:49 -08:00
parent eb37973147
commit 8ea78af90b
5 changed files with 58 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ then
mkdir -p $BUILDDIR && cd $BUILDDIR
autoreconf -i $SRCDIR
bash $SRCDIR/configure $CONFOPTS
[ -d "$BUILDDIR/data" ] || mkdir "$BUILDDIR/data"
cp $SRCDIR/data/corpus* "$BUILDDIR/data"
else
autoreconf -i
./configure $CONFOPTS