aboutsummaryrefslogtreecommitdiff
path: root/test/gradle/test.sh
blob: 9a804e2abb0d55d66266d1c40f4fab600be275c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash

set -e

# Optional: Import test library
source dev-container-features-test-lib

# Definition specific tests
check "version" gradle  --version

# Report result
reportResults