We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f1893 commit cabcc7dCopy full SHA for cabcc7d
src/dapp-tests/integration/tests.sh
@@ -244,6 +244,16 @@ test_seth_use() {
244
assert "[[ -f out/dapp.sol.json ]]"
245
}
246
247
+test_dapp_nix_run_geth_version() {
248
+ dapp --nix-run go-ethereum geth version
249
+}
250
+
251
+test_dapp_nix_run_solc_version() {
252
+ VERSION=$(dapp --nix-run "solc-versions.solc_0_5_12" solc --version | tail -1 | cut -d: -f2 | cut -d+ -f1)
253
254
+ assert_equals "$VERSION" " 0.5.12"
255
256
257
test_gas_snapshots() {
258
tmp=$(mktemp -d)
259
0 commit comments