mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-09 20:21:04 +00:00
@@ -0,0 +1 @@
|
||||
//! The compiler driver builds the test case contracts for selected compilers.
|
||||
@@ -0,0 +1 @@
|
||||
//! The input driver executes the test cases differentially against selected nodes.
|
||||
@@ -0,0 +1,4 @@
|
||||
//! The test driver handles the compilation and execution of the test cases.
|
||||
|
||||
pub mod compiler;
|
||||
pub mod input;
|
||||
@@ -4,3 +4,4 @@
|
||||
//! provides a helper utilty to execute tests.
|
||||
|
||||
pub mod arguments;
|
||||
pub mod driver;
|
||||
|
||||
Reference in New Issue
Block a user