summaryrefslogtreecommitdiffstats
path: root/messagebus_test/src/tests/compile-java/compile-java_test.sh
blob: 970a8919e9565f94b6bea70159e7abeb45114673 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash
# Copyright 2017 Yahoo Holdings. 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