forked from github/server
these tests are part of make test now
This commit is contained in:
parent
d9abce13a1
commit
576c963029
1 changed files with 0 additions and 7 deletions
7
configure
vendored
7
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue