summaryrefslogtreecommitdiff
path: root/cpp/src/tests/run_header_test
blob: aedd2619a64156e915ea10e65206585e9555db9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
# Simple test of encode/decode of a double in application headers
# TODO: this should be expanded to cover a wider set of types and go
# in both directions

srcdir=`dirname $0`
PYTHON_DIR=$srcdir/../../../python
test -f qpidd.port && QPID_PORT=`cat qpidd.port`

./header_test -p $QPID_PORT
export PYTHONPATH=$PYTHON_DIR:$PYTHONPATH
$srcdir/header_test.py "localhost" $QPID_PORT