1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-12-16 16:35:45 +00:00
libcpuid/tests
Veselin Georgiev 019170b65f Refactor the tests: put each test case in a separate file
Instead of one big pile of tests in tests_stash.txt, keep each CPU
example raw data/parsed data in a file, ordered in a tree by
manufacturer and microarchitecture. The 64 .test files have been
extracted from tests_stash.txt. The add_test script is changed to
create_test and it doesn't append to test_stash.txt, instead it
spits out data to be saved in a .test file.

run_tests.py is not refactored yet, to be done in a subsequent commit.
2014-07-15 19:59:35 +03:00
..
amd Refactor the tests: put each test case in a separate file 2014-07-15 19:59:35 +03:00
intel Refactor the tests: put each test case in a separate file 2014-07-15 19:59:35 +03:00
create_test.py Rename: add_test.py -> create_test.py 2014-07-15 17:56:16 +03:00
extract_test.py Reorganization of CPU databases, added correct recognition of most Core-based Xeons, fixed a few other misrecognitions 2008-12-12 18:56:29 +00:00
Makefile.am Added the unit tests to the tarball distribution 2009-01-13 18:33:28 +00:00
run_tests.py Modified the test-stash and the testing code, so that it is aware of the SSE unit size functionality. Also, added support for detecting AMD Llano/Brazos CPUs 2011-10-11 17:26:00 +00:00
tests_stash.txt Add support for Atom Pineview. 2014-06-23 23:41:02 +03:00