-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
Running Tests with Local install of nihtest #5
Comments
Got this to run, though needed to call nihtest through a bash script, could not do it through CMake directly, though maybe there is a better way to do this. Updated CMakeLists.txt
Updated tests/CMakeLists.txt
Updated tests/nihtest.conf.in
check.sh
|
Glad you could solve your problem. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Am trying to install nihtest in a local folder without using a virtual environment to replicate a packaging build.
Is there some way to modify the configuration to enable the tests to run?
Modified CMakeLists.txt
Modified tests/CMakeLists.txt
After copying
nihtest.conf
andnihtest-conf
to/home/user458/python-nihtest/nihtest-1.1.1/cbuild/test_dir
the tests fail with messages such as:Any suggestions on how this might be overcome?
The text was updated successfully, but these errors were encountered: