This renames `cton_frontend` to `cretonne_frontend` and so on. This fixes the first part of #287.
8 lines
217 B
Rust
8 lines
217 B
Rust
extern crate cretonne_filetests;
|
|
|
|
#[test]
|
|
fn filetests() {
|
|
// Run all the filetests in the following directories.
|
|
cretonne_filetests::run(false, &["filetests".into(), "docs".into()]).expect("test harness");
|
|
}
|