aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus_test/src/tests/trace/trace_test.sh
blob: e10f753a507cfa5c284f17aa9608783173600f39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
set -e

if [ -z "$SOURCE_DIRECTORY" ]; then
    SOURCE_DIRECTORY="."
fi

. ../../binref/env.sh

$BINREF/compilejava $SOURCE_DIRECTORY/JavaServer.java

$VALGRIND ./messagebus_test_trace_test_app