Skip to content

Fix the test target#216

Merged
TheTumultuousUnicornOfDarkness merged 1 commit intoanrieff:masterfrom
arrowd:patch-1
Jun 30, 2025
Merged

Fix the test target#216
TheTumultuousUnicornOfDarkness merged 1 commit intoanrieff:masterfrom
arrowd:patch-1

Conversation

@arrowd
Copy link
Copy Markdown
Contributor

@arrowd arrowd commented Jun 30, 2025

Without this change running make test results in

LD_PRELOAD=./libcpuid/.libs/libcpuid.so ./tests/run_tests.py ./cpuid_tool/.libs/cpuid_tool --show-test-fast-warning ./tests
usage: run_tests.py [-h] [--fix | --no-fix]
                    [--show-test-fast-warning | --no-show-test-fast-warning]
                    [cpuid_tool] input_test_files [input_test_files ...]
run_tests.py: error: argument cpuid_tool: ./build/cpuid_tool/cpuid_tool is not a file

Without this change running `make test` results in

```
LD_PRELOAD=./libcpuid/.libs/libcpuid.so ./tests/run_tests.py ./cpuid_tool/.libs/cpuid_tool --show-test-fast-warning ./tests
usage: run_tests.py [-h] [--fix | --no-fix]
                    [--show-test-fast-warning | --no-show-test-fast-warning]
                    [cpuid_tool] input_test_files [input_test_files ...]
run_tests.py: error: argument cpuid_tool: ./build/cpuid_tool/cpuid_tool is not a file
```
@TheTumultuousUnicornOfDarkness
Copy link
Copy Markdown
Collaborator

Thanks.

@TheTumultuousUnicornOfDarkness TheTumultuousUnicornOfDarkness merged commit 090e686 into anrieff:master Jun 30, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants