mirror of
https://github.com/anrieff/libcpuid
synced 2024-11-10 22:59:13 +00:00
13f382725b
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. |
||
---|---|---|
.. | ||
amd | ||
intel | ||
create_test.py | ||
Makefile.am | ||
run_tests.py |