diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-05 10:55:51 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2018-02-05 10:55:51 +0200 |
| commit | a9c3b16522c1aab52a6f4c6d6441f889fe4cb679 (patch) | |
| tree | efcc931ce936a970dd853e0ddbeeed2d8a49760d /Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj | |
| parent | 6561bc7a1beb1cd16a137b99208bbc76ee62e0a8 (diff) | |
| download | Tango-a9c3b16522c1aab52a6f4c6d6441f889fe4cb679.tar.gz Tango-a9c3b16522c1aab52a6f4c6d6441f889fe4cb679.zip | |
Implemented unit testing for ColorLib.
Diffstat (limited to 'Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj')
| -rw-r--r-- | Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj b/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj index 07bdafca7..a797f629d 100644 --- a/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj +++ b/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj @@ -84,6 +84,7 @@ <Compile Include="DAL_TST.cs" /> <Compile Include="Synchronization_TST.cs" /> <Compile Include="CodeGeneration_TST.cs" /> + <Compile Include="ColorLib_TST.cs" /> </ItemGroup> <ItemGroup> <None Include="App.config" /> |
