Skip to content

Refactor Assuan code to make integration testing easier #12

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

Merged
merged 1 commit into from
Mar 21, 2025

Conversation

cottsay
Copy link
Member

@cottsay cottsay commented Mar 10, 2025

Two facets to this change:

  • Move some server-specific startup code out of agent.c into a separate file so that it can be used in tests.
  • Compile most of the server and client code as a CMake 'object' library so that it can be used in tests.

Two facets to this change:
* Move some server-specific startup code out of agent.c into a separate
  file so that it can be used in tests.
* Compile most of the server and client code as a CMake 'object' library
  so that it can be used in tests.
@cottsay cottsay added the enhancement New feature or request label Mar 10, 2025
@cottsay cottsay requested a review from nuclearsandwich March 10, 2025 18:27
@cottsay cottsay self-assigned this Mar 10, 2025
@cottsay cottsay merged commit 850f36a into main Mar 21, 2025
2 checks passed
@cottsay cottsay deleted the cottsay/assuan-refactor branch March 21, 2025 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants