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 ceda76e commit 93cbab4Copy full SHA for 93cbab4
src/dapp-tests/integration/tests.sh
@@ -226,6 +226,24 @@ test_custom_solc_json() {
226
assert "[[ -f out/dapp.sol.json ]]"
227
}
228
229
+test_dapp_use() {
230
+ # init custom json
231
+ dapp mk-standard-json > config.json
232
+
233
+ # build with custom json
234
+ DAPP_STANDARD_JSON="config.json" dapp --use solc:"0.5.15" build
235
+ assert "[[ -f out/dapp.sol.json ]]"
236
+}
237
238
+test_seth_use() {
239
240
241
242
243
244
245
246
247
test_gas_snapshots() {
248
tmp=$(mktemp -d)
249
0 commit comments