Automatic Test Discovery #8
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tests outside of main function and main.cpp can be "Registered" via the TEST macro, and then called upon jtest::run_tests().
Are we having issues with the TEST macro not working outside of main? Is this already working. Further explanation is needed.
The system currently isn't built to collect TESTS defined outside of the main. Some redesign is in order.
Got it. Will note that down. We need to discuss how we're going to make it work outside of main.
Done?