c4ce97f1a5
We now use hack/module.sh codegen{,_verify}. See f95f585
.
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
10 lines
227 B
Bash
Executable File
10 lines
227 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Copyright 2020 VMware, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
set -euo pipefail
|
|
ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"
|
|
|
|
"$ROOT/hack/module.sh" tidy
|
|
"$ROOT/hack/module.sh" codegen
|