1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

ListenerList: Move unit tests into separate file

This commit is contained in:
Anthony Nicholls 2024-06-27 14:13:41 +01:00
parent 7bb71cc1ba
commit 43762c7575
38 changed files with 41 additions and 45 deletions

View file

@ -160,7 +160,7 @@
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_HashMap_test.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_ListenerList.cpp">
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_ListenerList_test.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="..\..\..\..\modules\juce_core\containers\juce_NamedValueSet.cpp">