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

Separate compilation of source and tests #1181

Merged
merged 1 commit into from
Jan 16, 2023
Merged

Separate compilation of source and tests #1181

merged 1 commit into from
Jan 16, 2023

Conversation

ray6080
Copy link
Contributor

@ray6080 ray6080 commented Jan 15, 2023

Separate the build of main, tests and benchmark code.

Main build targets are:

  • release and debug: build without tests/benchmark code.
  • test and benchmark: build with tests or benchmark, respectively.
  • all and alldebug: build with tests/benchmark code.

Copy link
Collaborator

@mewim mewim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked CI changes, Makefile and CMakelists, LGTM

@ray6080 ray6080 merged commit 7af8894 into master Jan 16, 2023
@ray6080 ray6080 deleted the make-targets branch January 16, 2023 02:58
@ray6080 ray6080 changed the title Separate building of main and tests Separate compilation of source and tests Jan 29, 2023
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.

None yet

3 participants