Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 485 Bytes

File metadata and controls

13 lines (8 loc) · 485 Bytes

General Instruction

Solution to Work On

You are working on the solution REPO-ROOT/Test/UnitTest/UnitTest.sln, therefore SOLUTION-ROOT is REPO-ROOT/Test/UnitTest.

Projects for Verification

The REPO-ROOT/Test/UnitTest/UnitTest/UnitTest.vcxproj is the unit test project. When any *.h or *.cpp file is changed, unit test is required to run.

When any test case fails, you must fix the issue immediately, even those errors are unrelated to the issue you are working on.