Run the cross-compile disable check ASAP

This commit is contained in:
Dale Wijnand 2018-09-16 10:07:24 +01:00
parent b881799222
commit 1d2e0ea107
No known key found for this signature in database
GPG key ID: 4F256E3D151DF5EF

View file

@ -99,3 +99,9 @@ mod verify_project;
mod version;
mod warn_on_failure;
mod workspaces;
#[test]
fn aaa_trigger_cross_compile_disabled_check() {
// This triggers the cross compile disabled check to run ASAP, see #5141
support::cross_compile::disabled();
}