2a13475197
All tests are moved to a separate crate in this repository to enable features by default. Additionally the test generation is moved to a seprate build script and simplified to reduce the amount of boilerplate needed per test. Overall this should still be testing everything, just in a different location!
7 lines
131 B
Rust
7 lines
131 B
Rust
#![feature(i128_type)]
|
|
#![allow(bad_style)]
|
|
|
|
extern crate compiler_builtins;
|
|
|
|
include!(concat!(env!("OUT_DIR"), "/generated.rs"));
|