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
# add 'make test' target, use 'make test ARGS="-V"' or 'ctest -V' for verbose
enable_testing()
endif(BUILD_TESTS)
It now does nothing since the appdata files are gone, what was the intent here? Are different tests going to be created in the future? Should BUILD_TESTS be removed altogether? Should the appdata files be restored? I don't have a personal preference here.
The text was updated successfully, but these errors were encountered:
In commit 5bc418e the appdata files were removed, but the
BUILD_TESTS
cmake option remained.sdl-jstest/CMakeLists.txt
Lines 52 to 55 in a73cfcb
It now does nothing since the appdata files are gone, what was the intent here? Are different tests going to be created in the future? Should
BUILD_TESTS
be removed altogether? Should the appdata files be restored? I don't have a personal preference here.The text was updated successfully, but these errors were encountered: