summaryrefslogtreecommitdiff
path: root/test/unix/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-08 12:36:25 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-08 12:36:25 +0200
commit335f1c54e598af6088ac6f0c7b98793ea2854ae2 (patch)
tree638bb61b6984fed1b4f6dc4a3bc38e8c8947ba53 /test/unix/build
parenta16ed5025738d2c518e3a637b407add6a76e9033 (diff)
Get rid of special tracer database
The include, types, and pragma tests have been moved to the common/ directory while the object test has been merged into common/lifecycle. The transaction test will be re-implemented as common/ test as soon as SQL statement tracing support is merged.
Diffstat (limited to 'test/unix/build')
-rwxr-xr-xtest/unix/build16
1 files changed, 2 insertions, 14 deletions
diff --git a/test/unix/build b/test/unix/build
index e6ebf22..009c88e 100755
--- a/test/unix/build
+++ b/test/unix/build
@@ -95,8 +95,8 @@ src=/tmp/pack
v=`echo $src/libodb-?.*.tar.bz2 | sed -e "s%$src/libodb-\(.*\).tar.bz2%\1%"`
cutl_v=`echo $src/../libcutl-?.*.tar.bz2 | sed -e "s%$src/\.\./libcutl-\(.*\).tar.bz2%\1%"`
-install_packs="libodb libodb-pgsql libodb-sqlite libodb-mysql libodb-tracer \
-libodb-boost libodb-qt odb"
+install_packs="libodb libodb-pgsql libodb-sqlite libodb-mysql libodb-boost \
+libodb-qt odb"
packs=$install_packs
@@ -185,18 +185,6 @@ for d in $db; do
cd ..
done
-# Build libodb-tracer.
-#
-cd libodb-tracer
-
-if [ $rebuild = y -o ! -f Makefile ]; then
- ./configure CXX=$cxx
-fi
-
-make -j $jobs
-sudo make install
-cd ..
-
# Build libodb-boost.
#
cd libodb-boost