1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2025-01-23 20:06:41 +00:00
libcpuid/tests
Veselin Georgiev a716585cc0 Add to makefile: "make fix-tests" to fix failing tests.
The last change to flags detection caused a bunch of tests to fail.
The reason is that they are bogus, all recent Intel chips don't have
RDTSCP indicated in the test files, whereas they have it in reality.
I figured it will be easier to add "--fix" option to run_tests.py,
rather than fixing each testfile by hand.

This is also extended in the Makefile:

"make test" runs the tests and reports discrepancies.
"make fix-tests" fixes any offending tests. This blindly assumes that
libcpuid is sane.
2014-09-23 15:20:27 +03:00
..
amd Magny-cours is still K10, so move the test to the proper dir. 2014-07-23 22:30:52 +03:00
intel Add a test for Atom N2800 (codename Cedarview). 2014-08-20 11:25:52 +03:00
create_test.py Rename: add_test.py -> create_test.py 2014-07-15 17:56:16 +03:00
Makefile.am When creating a tarball, include the small tests now instead of tests_stash.txt 2014-07-16 10:29:58 +03:00
run_tests.py Add to makefile: "make fix-tests" to fix failing tests. 2014-09-23 15:20:27 +03:00