-
Notifications
You must be signed in to change notification settings - Fork 59
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
Separate header file dependencies for test and src. #364
base: develop
Are you sure you want to change the base?
Conversation
874074f
to
b47f664
Compare
b47f664
to
ce125fa
Compare
Well.. This PR introduces changes that may encounter issues in the Windows environment. Using the shared library form causes exceptions during test linking, and despite numerous attempts, the problem remains unresolved. To fix them, currently, the tests are linked to TsFile using the static linking approach. Additionally, on Windows devices, std::random_device rd; does not return random values. As a result, I have modified some test methods for obtaining random seeds. |
In this pr: