Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

fix: correct test command in README #4

Closed
wants to merge 1 commit into from

Conversation

ofrobots
Copy link

I was getting this with bazel release 0.5.3-homebrew on mac:

❯ CC=clang bazel test --copt='-mavx2'
INFO: Found 0 test targets...
INFO: Elapsed time: 0.225s, Critical Path: 0.00s
ERROR: No test targets were found, yet testing was requested.

@timshen91
Copy link
Contributor

The README says
"CC=clang bazel test --copt='-mavx2' ..."
instead of
"CC=clang bazel test --copt='-mavx2'"

The last part "..." is significant, as it specifies all tests in the current directory.

@timshen91 timshen91 closed this Feb 20, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants