mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-07 00:42:42 +00:00
Refactor validation tests into integration tests
This commit is contained in:
12
tests/main.rs
Normal file
12
tests/main.rs
Normal file
@@ -0,0 +1,12 @@
|
||||
extern crate lighthouse;
|
||||
extern crate ssz;
|
||||
|
||||
#[cfg(test)]
|
||||
mod attestation_validation;
|
||||
#[cfg(test)]
|
||||
mod block_validation;
|
||||
|
||||
use lighthouse::bls;
|
||||
use lighthouse::db;
|
||||
use lighthouse::state;
|
||||
use lighthouse::utils;
|
||||
Reference in New Issue
Block a user