Skip to content

Modify C and C++ Testing#5540

Draft
pascalecu wants to merge 8 commits intoTheRenegadeCoder:mainfrom
pascalecu:c-cpp/tests
Draft

Modify C and C++ Testing#5540
pascalecu wants to merge 8 commits intoTheRenegadeCoder:mainfrom
pascalecu:c-cpp/tests

Conversation

@pascalecu
Copy link
Copy Markdown
Contributor

Congrats on taking the first step to contributing to the Sample Programs repository maintained by The Renegade Coder!
For simplicity, please make sure that your pull request includes one and only one contribution.

Please fill one of the sections below as applicable.
Please also add any other relevant information to the Notes section at the bottom.
You may delete or just ignore any other sections.
For more information please refer to our contributing documentation

I Am Modifying an Existing Code Snippet or Existing Tests

  • I fixed Modify C Testing #5538 and Modify C++ Testing #5539
  • I did not include any extra folders/libraries
  • I have read about modifying existing code snippets or tests in the contributing documentation
  • I have explained why this modification is necessary either in the issue linked above or in the notes below
  • I named the pull request using Modify {PROJECT} {tests} in {LANGUAGE} format

Other Notes

GCC 8.3 is seriously outdated (the commit to add the testinfo.yml was made in 2019 and it hasn't changed since, except to add -pthread and std=c++17), so it was about time.

@github-actions github-actions bot added enhancement Any code that improves the repo tests Testing related file input output See: https://sampleprograms.io/projects/file-input-output/ roman numeral See: https://sampleprograms.io/projects/roman-numeral/ quick sort See: https://sampleprograms.io/projects/quick-sort/ insertion sort See: https://sampleprograms.io/projects/insertion-sort/ labels Apr 11, 2026
@pascalecu pascalecu marked this pull request as draft April 11, 2026 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Any code that improves the repo file input output See: https://sampleprograms.io/projects/file-input-output/ insertion sort See: https://sampleprograms.io/projects/insertion-sort/ quick sort See: https://sampleprograms.io/projects/quick-sort/ roman numeral See: https://sampleprograms.io/projects/roman-numeral/ tests Testing related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Modify C Testing

1 participant