8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-01 08:43:02 +01:00
firebird-mirror/src/common/classes/test.sh

15 lines
553 B
Bash
Raw Normal View History

# Test for library integrity
# this should be compiled with optimization turned off and with NDEBUG undefined
ulimit -s unlimited
ulimit -c unlimited
g++ -ggdb -Wall -I../../include -DTESTING_ONLY -DDEV_BUILD class_test.cpp alloc.cpp ../fb_exception.cpp 2> aa
2004-08-10 06:10:47 +02:00
#valgrind --tool=memcheck ./a.out
#export LD_LIBRARY_PATH=/usr/local/lib64
# Chose the best algorithm parameters for the target architecture
#/usr/local/bin/
2004-08-28 07:19:23 +02:00
#g++ -ggdb -O3 -DHAVE_STDLIB_H -DNDEBUG -DTESTING_ONLY \
#-I../../include class_perf.cpp alloc.cpp ../fb_exception.cpp 2> aa
2004-08-10 06:10:47 +02:00
./a.out