mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-16 09:41:10 +00:00
Implement Rust CLI tests (#372)
# Description Closes #365 Ports all `resolc` CLI tests to Rust and removes the CLI TypeScript tests.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
//! The CLI tests.
|
||||
|
||||
#![cfg(test)]
|
||||
|
||||
mod asm;
|
||||
mod combined_json;
|
||||
mod optimization;
|
||||
mod output_dir;
|
||||
mod standard_json;
|
||||
mod usage;
|
||||
mod utils;
|
||||
mod yul;
|
||||
Reference in New Issue
Block a user