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

Fix add_test calls and change temporary file creation. #1522

Merged
merged 9 commits into from
Nov 4, 2021
Merged

Fix add_test calls and change temporary file creation. #1522

merged 9 commits into from
Nov 4, 2021

Commits on Oct 25, 2021

  1. * 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>
    patlefort committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    52717c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    da6871b View commit details
    Browse the repository at this point in the history
  2. * Revert back changes for TempFile class.

    * Add comment on temporary file functions fix.
    
    Signed-off-by: Patrick Northon <northon_patrick3@yahoo.ca>
    patlefort committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    039729e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Add FIXME comments.

    Signed-off-by: Patrick Northon <northon_patrick3@yahoo.ca>
    patlefort committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    1afa906 View commit details
    Browse the repository at this point in the history
  2. Add -C flag to ctest commands.

    Signed-off-by: Patrick Northon <northon_patrick3@yahoo.ca>
    patlefort committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    0c1ed22 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

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

    Signed-off-by: Patrick Northon <northon_patrick3@yahoo.ca>
    patlefort committed Nov 1, 2021
    Configuration menu
    Copy the full SHA
    93548b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27d2455 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    466c32c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    5e4988b View commit details
    Browse the repository at this point in the history