We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are a couple small mistakes in the build instructions that are fixed by this patch
--- README.md.orig 2021-01-25 10:17:52.000000000 -0700 +++ README.md 2021-04-05 13:09:53.122164047 -0600 @@ -85,7 +85,7 @@ ```sh portage $ mkdir build portage $ cd build -portage/build $ cmake -DENABLE_APP_TESTS=True -DWONTON_ROOT:/path/to/wonton/installation .. +portage/build $ cmake -DENABLE_UNIT_TESTS=True -DWONTON_ROOT=/path/to/wonton/installation .. portage/build $ make ```
There may still be a ENABLE_APP_TESTS variable, but make test finds nothing unless ENABLE_UNIT_TESTS is True.
ENABLE_APP_TESTS
make test
ENABLE_UNIT_TESTS
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There are a couple small mistakes in the build instructions that are fixed by this patch
There may still be a
ENABLE_APP_TESTS
variable, butmake test
finds nothing unlessENABLE_UNIT_TESTS
is True.The text was updated successfully, but these errors were encountered: