mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Added juce_UnitTestCategories.h to replace raw strings used for test categories
This commit is contained in:
parent
c9fe0afd0f
commit
497a1b3fb7
106 changed files with 325 additions and 79 deletions
|
|
@ -564,6 +564,7 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_core\time\juce_RelativeTime.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\time\juce_Time.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\unit_tests\juce_UnitTest.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\unit_tests\juce_UnitTestCategories.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\xml\juce_XmlDocument.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\xml\juce_XmlElement.h"/>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\zip\zlib\crc32.h"/>
|
||||
|
|
|
|||
|
|
@ -762,6 +762,9 @@
|
|||
<ClInclude Include="..\..\..\..\modules\juce_core\unit_tests\juce_UnitTest.h">
|
||||
<Filter>JUCE Modules\juce_core\unit_tests</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\unit_tests\juce_UnitTestCategories.h">
|
||||
<Filter>JUCE Modules\juce_core\unit_tests</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\..\..\modules\juce_core\xml\juce_XmlDocument.h">
|
||||
<Filter>JUCE Modules\juce_core\xml</Filter>
|
||||
</ClInclude>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue