Add ignore-cross-compile to the #[bench] smoketest, and move it back to run-make

This commit is contained in:
Thom Chiovoloni 2022-10-31 05:53:54 -07:00
parent 656b9a48b6
commit bf88755f88
No known key found for this signature in database
GPG Key ID: D7733D1D7A775F0A
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
include ../tools.mk
include ../../run-make-fulldeps/tools.mk
# ignore-cross-compile
all:
# Smoke-test that `#[bench]` isn't entirely broken.