You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #248 fixes the errors with linking the unit tests. Because the unit tests have not been run since we migrated to CMake, a change was made that causes the test_adapt unit test to fail. This could potentially be indicative of a problem.
To build this test, you can call make test_adapt (or ninja test_adapt) from the build directory.
You can run the test by calling ./bin/test_adapt from the build directory.
This is currently disabled from the build system. After fixing this problem, you can re-enable this test by uncomenting the following line in test/CMakeLists.txt
If I remember correctly (and my quick grep in the old tree was also correct), this test was never used/called in the original infrastructure so it may as well be obsolete/outdated/defunct rather than a bug.
PR #248 fixes the errors with linking the unit tests. Because the unit tests have not been run since we migrated to CMake, a change was made that causes the
test_adapt
unit test to fail. This could potentially be indicative of a problem.On a branch including the changes of PR #248:
make test_adapt
(orninja test_adapt
) from the build directory../bin/test_adapt
from the build directory.This is currently disabled from the build system. After fixing this problem, you can re-enable this test by uncomenting the following line in
test/CMakeLists.txt
#setup_test_unit(Assorted-Adapt Assorted/Adapt test_adapt)
The text was updated successfully, but these errors were encountered: