mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Rebase.
This commit is contained in:
parent
90ac362a3b
commit
385142e805
16
test/cmdlineTests/~evmasm_import_export/test.sh
Executable file
16
test/cmdlineTests/~evmasm_import_export/test.sh
Executable file
@ -0,0 +1,16 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
|
# shellcheck source=scripts/common.sh
|
||||||
|
source "${REPO_ROOT}/scripts/common.sh"
|
||||||
|
|
||||||
|
SOLTMPDIR=$(mktemp -d -t "cmdline-test-evmasm-import-export-XXXXXX")
|
||||||
|
(
|
||||||
|
cd "$SOLTMPDIR"
|
||||||
|
if ! "$REPO_ROOT/scripts/ASTImportTest.sh" evm-assembly
|
||||||
|
then
|
||||||
|
rm -r "$SOLTMPDIR"
|
||||||
|
fail
|
||||||
|
fi
|
||||||
|
)
|
||||||
|
rm -r "$SOLTMPDIR"
|
Loading…
Reference in New Issue
Block a user