This website requires JavaScript.
Explore
Help
Sign In
3rd-party
/
Unity
Watch
1
Star
0
Fork
0
You've already forked Unity
mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced
2026-01-23 08:25:58 +01:00
Code
Issues
Releases
Wiki
Activity
Files
1c556d2e4cd7258f302b752e845bd81cac11112f
Unity
/
test
/
tests
History
jsalling
b4f6afa4cf
Test for printing max width of a hex number, back to 100% test coverage
...
Correct clean target and print test fails during coverage in Makefile
2017-01-23 23:05:06 -06:00
..
test_generate_test_runner.rb
- Fixed cases with wildcards in file handling.
2016-07-17 19:11:09 -04:00
testparameterized.c
Finished fixing floating point comparisons. We have streamlined how floats and doubles are checked, but we still can't compare them for equality directly. So we're directly testing for infinite and NaN before checking diffs. Also, we've officially decided that for testing purposes NaN shall equal NaN, +Inf shall equal +Inf, and -Inf shall equal -Inf. It's what most people expect during a test.
2016-09-22 08:35:22 -04:00
testunity.c
Test for printing max width of a hex number, back to 100% test coverage
2017-01-23 23:05:06 -06:00