Create 100 lines of acceptance tests in RunCollatz.in and RunCollatz.out that test corner cases and failure cases, and add, commit, and push to the private code repo.
Clone the public test repo onto your local directory.
It is critical that you clone the public test repo into a different directory than the one you're using for your private code repo.
Copy your unit tests and your acceptance tests to your clone of the public test repo, rename the files, do a git pull to synchronize your clone, and then add, commit and push to the public test repo.
The files MUST be named EID-RunCollatz.in, EID-RunCollatz.out, EID-TestCollatz.c++, and EID-TestCollatz.out in the public test repo.
Create 100 lines of acceptance tests in RunCollatz.in and RunCollatz.out that test corner cases and failure cases, and add, commit, and push to the private code repo. Clone the public test repo onto your local directory. It is critical that you clone the public test repo into a different directory than the one you're using for your private code repo. Copy your unit tests and your acceptance tests to your clone of the public test repo, rename the files, do a git pull to synchronize your clone, and then add, commit and push to the public test repo. The files MUST be named EID-RunCollatz.in, EID-RunCollatz.out, EID-TestCollatz.c++, and EID-TestCollatz.out in the public test repo.