Aaron Kutch
f4c7940d3b
Improve `__clzsi2` performance ( #366 )
2020-07-28 13:09:18 -05:00
Alex Crichton
332220adea
Modernize the `testcrate` slighty
...
* Update `rand` dependency
* Drop `cast` in favor of explicit casting or crate-defined
* Move build script to 2018 edition
2019-08-19 14:02:08 -07:00
Paolo Teti
9e99aa2bbe
Remove no_std features
...
Everything default unconditionally to #![no_std].
2018-02-25 09:19:34 +01:00
Paolo Teti
7b81af044e
Keep mangled-names as a default feature
2018-02-25 01:11:49 +01:00
Paolo Teti
8289e626fe
Use upstream for utest
...
Fix has been merged into upstream.
2018-02-24 22:48:27 +01:00
Paolo Teti
7f92a8ee7b
Fix CI for thumb* targets
...
Main fix is inside 'utest' all the rest are minor fixes due to the
new 'testcrate'.
Still allow failures on TravisCI for a while.
2018-02-18 18:15:57 +01:00
Alex Crichton
2a13475197
Simplify how testing is done
...
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!
2018-01-31 11:32:20 -08:00