ftest/src/runner/mod.rs

8 lines
184 B
Rust
Raw Normal View History

2023-09-27 19:50:07 +05:30
// SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
//
// SPDX-License-Identifier: AGPL-3.0-or-later
2023-09-27 17:18:15 +05:30
pub mod init_scripts;
pub mod results;
pub mod suite;