1
0
Fork 0
mirror of https://github.com/anrieff/libcpuid synced 2024-11-10 22:59:13 +00:00
libcpuid/tests
Veselin Georgiev 13f382725b Fix 'make test' failing without any really wrong tests.
The reason was that the invocation of the cpuid_tool through the makefile
was using LD_LIBRARY_PATH=. to force link&use of the latest-build libcpuid
library. This doesn't seem to work, so using LD_PRELOAD to explicitly load
libcpuid.so into cpuid_tool.

The committed approach of course doesn't work on Mac OS X, where
make test-old should be used.
2016-03-10 02:44:17 +02:00
..
amd Fix tests 2016-01-16 10:55:08 -05:00
intel Fix tests due to X0rg's codename changes. 2015-09-13 18:38:59 +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 Fix 'make test' failing without any really wrong tests. 2016-03-10 02:44:17 +02:00