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

Port from master to RB-2.1 - Fix add_test calls and change temporary file creation. (#1522) #1534

Merged
merged 1 commit into from
Nov 5, 2021

Conversation

hodoulp
Copy link
Member

@hodoulp hodoulp commented Nov 4, 2021

    • Fix add_test in cmake files. This notation allows it to understand that the command portion is a target and to translate it to the proper executable.
  • Remove starting backslash if present from temporary filename. A starting backslash mean that it is safe to create it in the current working directory.
  • Implement a public TempFile class.
  • Change relevant tests to use TempFile class.

Signed-off-by: Patrick Northon northon_patrick3@yahoo.ca

    • Revert back changes for TempFile class.
  • Add comment on temporary file functions fix.

Signed-off-by: Patrick Northon northon_patrick3@yahoo.ca

  • Add FIXME comments.

Signed-off-by: Patrick Northon northon_patrick3@yahoo.ca

  • Add -C flag to ctest commands.

Signed-off-by: Patrick Northon northon_patrick3@yahoo.ca

  • Add -C Release to ctest commands in analysis_workflow.yml.

Signed-off-by: Patrick Northon northon_patrick3@yahoo.ca

Co-authored-by: Patrick Hodoul patrick.hodoul@autodesk.com
Co-authored-by: Rémi Achard remiachard@gmail.com

* * Fix add_test in cmake files. This notation allows it to understand that the command portion is a target and to translate it to the proper executable.
* Remove starting backslash if present from temporary filename. A starting backslash mean that it is safe to create it in the current working directory.
* Implement a public TempFile class.
* Change relevant tests to use TempFile class.

Signed-off-by: Patrick Northon <northon_patrick3@yahoo.ca>

* * Revert back changes for TempFile class.
* Add comment on temporary file functions fix.

Signed-off-by: Patrick Northon <northon_patrick3@yahoo.ca>

* Add FIXME comments.

Signed-off-by: Patrick Northon <northon_patrick3@yahoo.ca>

* Add -C flag to ctest commands.

Signed-off-by: Patrick Northon <northon_patrick3@yahoo.ca>

* Add `-C Release` to ctest commands in `analysis_workflow.yml`.

Signed-off-by: Patrick Northon <northon_patrick3@yahoo.ca>

Co-authored-by: Patrick Hodoul <patrick.hodoul@autodesk.com>
Co-authored-by: Rémi Achard <remiachard@gmail.com>
Signed-off-by: Patrick Hodoul <Patrick.Hodoul@autodesk.com>
@hodoulp hodoulp force-pushed the adsk_contrib/integration_21_11 branch from 6105269 to 2c39db0 Compare November 4, 2021 22:41
@hodoulp hodoulp merged commit 177a927 into RB-2.1 Nov 5, 2021
@hodoulp hodoulp deleted the adsk_contrib/integration_21_11 branch November 5, 2021 13:22
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.

3 participants