aboutsummaryrefslogtreecommitdiffstats
path: root/messagebus_test/src/tests/compile-java/compile-java_test.sh
blob: 5dacf8a2a26235ad4586f88e0e8bf011d6408a2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
# Copyright Yahoo. 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/TestCompile.java
$BINREF/runjava TestCompile