Skip to content
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

build: clean up some test rules #497

Merged
merged 2 commits into from
Dec 27, 2023
Merged

build: clean up some test rules #497

merged 2 commits into from
Dec 27, 2023

Conversation

compnerd
Copy link
Contributor

Clean up the build rules by using generator expressions and reflowing some text to match the CMake documented style.

Use generator expressions to compute the path rather than hardcoding the
layout.  Finally, clean up some unnecessary quoting and uniformly spell
commands in the tests.
Match the style as recommended by CMake documentation in [1]. This makes
it easier to read the command being invoked when running tests.  No
functional change.

[1] https://cmake.org/cmake/help/latest/command/add_test.html
@jgm jgm merged commit 5085d8c into commonmark:master Dec 27, 2023
12 checks passed
@compnerd compnerd deleted the gen-test branch December 28, 2023 00:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants