mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
7 lines
174 B
Bash
Executable File
7 lines
174 B
Bash
Executable File
set -ev
|
|
export POCO_BASE=`pwd`
|
|
export EXCLUDE_TESTS="Data/MySQL Data/ODBC MongoDB PDF"
|
|
export PATH=$PATH:.
|
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:.
|
|
build/script/runtests.sh
|