-
Notifications
You must be signed in to change notification settings - Fork 157
cmake: stop looking for REFTABLE_TEST_OBJS
in the Makefile
#1796
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
Conversation
As of 15e29ea (t: move reftable/stack_test.c to the unit testing framework, 2024-09-08), the reftable tests are no longer part of `test-tool.exe`, so let's stop looking for those lines that are no longer in the `Makefile`. Signed-off-by: Johannes Schindelin <[email protected]>
/submit |
Submitted as [email protected] To fetch this version into
To fetch this version to local tag
|
This patch series was integrated into seen via git@35b7d19. |
This patch series was integrated into seen via git@2c4e8a8. |
This patch series was integrated into next via git@d892dcd. |
This patch series was integrated into seen via git@a452b34. |
This patch series was integrated into seen via git@9a970bd. |
This patch series was integrated into seen via git@1050870. |
This patch series was integrated into seen via git@cbb5b53. |
This patch series was integrated into master via git@cbb5b53. |
This patch series was integrated into next via git@cbb5b53. |
Closed via cbb5b53. |
This is an add-on for
cp/unit-test-reftable-stack
to let it build with CMake and Visual C.