aboutsummaryrefslogtreecommitdiff
path: root/test/rust/test.sh
blob: bc625c362611921041c42849fbd4c24174dc03eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13

    #!/bin/bash

    set -e

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

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

    # Report result
    reportResults