2020-08-06 19:30:18 -05:00
|
|
|
#!/usr/bin/env bash
|
2020-07-30 13:28:27 -05:00
|
|
|
|
2020-08-06 19:30:18 -05:00
|
|
|
# Copyright 2020 VMware, Inc.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
set -euo pipefail
|
2020-08-11 17:48:16 -07:00
|
|
|
ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
|
2020-08-06 19:30:18 -05:00
|
|
|
|
2020-08-14 14:42:49 -05:00
|
|
|
"$ROOT/hack/module.sh" unittest
|