From b55fdde5bcc4b995585b757f2b060289477b2148 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 2 Mar 2012 03:47:30 +0300 Subject: Remove some test scripts. --- build/bmaketests | 79 ----------------------------- build/buildtest | 149 ------------------------------------------------------- 2 files changed, 228 deletions(-) delete mode 100755 build/bmaketests delete mode 100755 build/buildtest (limited to 'build') diff --git a/build/bmaketests b/build/bmaketests deleted file mode 100755 index e1d980a98..000000000 --- a/build/bmaketests +++ /dev/null @@ -1,79 +0,0 @@ -#!/bin/sh - -cd .. - -dir=`pwd` - -export CC=gcc-4.5 -export CXX=g++-4.5 - -export LANG=C -export CXXFLAGS="-Wunreachable-code -Wmissing-field-initializers \ --Wabi -Wdisabled-optimization -Wuninitialized \ --Wvolatile-register-var -Winvalid-pch -Wredundant-decls \ --Wnormalized=nfkc -Wmissing-format-attribute -Wmissing-noreturn \ --Wswitch-default -Wsign-promo -Waddress -Wmissing-declarations \ --Wctor-dtor-privacy -Wstrict-null-sentinel \ --Wunused-parameter -Wlogical-op \ --Wempty-body -Wsign-compare -Wclobbered -Wcast-align -Wcast-qual \ --Wtype-limits -Wpointer-arith -Wundef -Wmissing-include-dirs \ --Wignored-qualifiers -Winit-self -pedantic -Wall -ggdb3 -O2 -pipe \ --Wpacked -Wshadow -Wunused -Wsynth \ --Wbuiltin-macro-redefined -Wctor-dtor-privacy -Wdeprecated -Wextra \ --Wendif-labels -Wformat=1 -Wimport -Wnon-virtual-dtor -Wpsabi \ --Wsign-promo -Wwrite-strings -D_FORTIFY_SOURCE=2" - -autoreconf -i 2>../build/make.log - -result=$? -if [ "$result" != 0 ]; then - echo autoreconf error - exit 1 -fi - -./configure --prefix=$dir/run \ ---datadir=$dir/run/share/games \ ---bindir=$dir/run/bin \ ---mandir=$dir/run/share/man \ ---enable-memdebug=yes \ ---with-internalguichan=yes \ ---enable-tcmalloc=no \ ---enable-googleprofiler=no \ ---enable-unittests=yes - -result=$? -if [ "$result" != 0 ]; then - echo configure error - exit 1 -fi - -cd po -#make -j5 update-po 2>../make1.log -make -j5 update-gmo 2>../build/make1.log - -result=$? -if [ "$result" != 0 ]; then - echo update-gmo error - exit 1 -fi - -cd .. -make -j5 2>build/make2.log - -result=$? -if [ "$result" != 0 ]; then - echo make error - exit 1 -fi - -make install - -result=$? -if [ "$result" != 0 ]; then - echo make install error - exit 1 -fi - -cd run -export GLIBCXX_FORCE_NEW=1 -./bin/manaplus diff --git a/build/buildtest b/build/buildtest deleted file mode 100755 index 61b20f0fe..000000000 --- a/build/buildtest +++ /dev/null @@ -1,149 +0,0 @@ -#!/bin/sh - -dir=`pwd` -export LANG=C - -cd .. -#--enable-applebuild=yes -#--without-librt - -echo start >build/make.log - -autoreconf -i -echo opengl+debug+guichan >>build/make.log -make clean 2>>build/make.log -./configure --prefix=$dir/run \ ---datadir=$dir/run/share/games \ ---bindir=$dir/run/bin \ ---mandir=$dir/run/share/man \ ---enable-memdebug=yes \ ---with-internalguichan=yes \ ---enable-tcmalloc=no \ ---enable-googleprofiler=no -make -j5 2>>build/make.log - -autoreconf -i -echo opengl+guichan >>build/make.log -make clean 2>>build/make.log -./configure --prefix=$dir/run \ ---datadir=$dir/run/share/games \ ---bindir=$dir/run/bin \ ---mandir=$dir/run/share/man \ ---enable-memdebug=no \ ---with-internalguichan=yes \ ---enable-tcmalloc=no \ ---enable-googleprofiler=no -make -j5 2>>build/make.log - -autoreconf -i -echo opengl >>build/make.log -make clean 2>>build/make.log -./configure --prefix=$dir/run \ ---datadir=$dir/run/share/games \ ---bindir=$dir/run/bin \ ---mandir=$dir/run/share/man \ ---enable-memdebug=no \ ---with-internalguichan=no \ ---enable-tcmalloc=no \ ---enable-googleprofiler=no -make -j5 2>>build/make.log - -autoreconf -i -echo opengl+manaserv >>build/make.log -make clean 2>>build/make.log -./configure --prefix=$dir/run \ ---datadir=$dir/run/share/games \ ---bindir=$dir/run/bin \ ---mandir=$dir/run/share/man \ ---enable-memdebug=no \ ---with-internalguichan=no \ ---enable-tcmalloc=no \ ---enable-googleprofiler=no \ ---enable-manaserv=yes -make -j5 2>>build/make.log - -autoreconf -i -echo opengl+guichan+manaserv >>build/make.log -make clean 2>>build/make.log -./configure --prefix=$dir/run \ ---datadir=$dir/run/share/games \ ---bindir=$dir/run/bin \ ---mandir=$dir/run/share/man \ ---enable-memdebug=no \ ---with-internalguichan=yes \ ---enable-tcmalloc=no \ ---enable-googleprofiler=no \ ---enable-manaserv=yes -make -j5 2>>build/make.log - -autoreconf -i -echo guichan >>build/make.log -make clean 2>>build/make.log -./configure --prefix=$dir/run \ ---datadir=$dir/run/share/games \ ---bindir=$dir/run/bin \ ---mandir=$dir/run/share/man \ ---enable-memdebug=no \ ---with-internalguichan=yes \ ---enable-tcmalloc=no \ ---enable-googleprofiler=no \ ---without-opengl -make -j5 2>>build/make.log - -autoreconf -i -echo "-" >>build/make.log -make clean 2>>build/make.log -./configure --prefix=$dir/run \ ---datadir=$dir/run/share/games \ ---bindir=$dir/run/bin \ ---mandir=$dir/run/share/man \ ---enable-memdebug=no \ ---with-internalguichan=no \ ---enable-tcmalloc=no \ ---enable-googleprofiler=no \ ---without-opengl -make -j5 2>>build/make.log - -autoreconf -i -echo guichan+manaserv >>build/make.log -make clean 2>>build/make.log -./configure --prefix=$dir/run \ ---datadir=$dir/run/share/games \ ---bindir=$dir/run/bin \ ---mandir=$dir/run/share/man \ ---enable-memdebug=no \ ---with-internalguichan=yes \ ---enable-tcmalloc=no \ ---enable-googleprofiler=no \ ---enable-manaserv=yes \ ---without-opengl -make -j5 2>>build/make.log - -autoreconf -i -echo opengl+debug+guichan+portable >>build/make.log -make clean 2>>build/make.log -./configure --prefix=$dir/run \ ---datadir=$dir/run/share/games \ ---bindir=$dir/run/bin \ ---mandir=$dir/run/share/man \ ---enable-memdebug=yes \ ---with-internalguichan=yes \ ---enable-tcmalloc=no \ ---enable-googleprofiler=no \ ---enable-portable=yes -make -j5 2>>build/make.log - -autoreconf -i -echo opengl+guichan+portable+manaserv >>build/make.log -make clean 2>>build/make.log -./configure --prefix=$dir/run \ ---datadir=$dir/run/share/games \ ---bindir=$dir/run/bin \ ---mandir=$dir/run/share/man \ ---enable-memdebug=no \ ---with-internalguichan=yes \ ---enable-tcmalloc=no \ ---enable-googleprofiler=no \ ---enable-manaserv=yes \ ---enable-portable=yes -make -j5 2>>build/make.log -- cgit v1.2.3-60-g2f50