these tests are part of make test now

This commit is contained in:
Enno Rehling 2014-02-21 23:17:48 -08:00
parent d9abce13a1
commit 576c963029
1 changed files with 0 additions and 7 deletions

7
configure vendored
View File

@ -24,10 +24,3 @@ cd $BIN_DIR
CC="$CC" cmake .. -DCMAKE_MODULE_PATH=$PWD/../cmake/Modules -DCMAKE_BUILD_TYPE=Debug
make -j$JOBS
make test
cd ..
for GAME in game* ; do
cd $GAME
ln -sf ../$BIN_DIR/server/server
./server -e run_tests
cd ..
done