1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-08 04:20:09 +00:00

Added juce_UnitTestCategories.h to replace raw strings used for test categories

This commit is contained in:
ed 2019-04-03 15:10:40 +01:00
parent c9fe0afd0f
commit 497a1b3fb7
106 changed files with 325 additions and 79 deletions

View file

@ -850,6 +850,7 @@ add_library( ${BINARY_NAME}
"../../../../../modules/juce_core/time/juce_Time.h"
"../../../../../modules/juce_core/unit_tests/juce_UnitTest.cpp"
"../../../../../modules/juce_core/unit_tests/juce_UnitTest.h"
"../../../../../modules/juce_core/unit_tests/juce_UnitTestCategories.h"
"../../../../../modules/juce_core/xml/juce_XmlDocument.cpp"
"../../../../../modules/juce_core/xml/juce_XmlDocument.h"
"../../../../../modules/juce_core/xml/juce_XmlElement.cpp"
@ -2447,6 +2448,7 @@ set_source_files_properties("../../../../../modules/juce_core/time/juce_Time.cpp
set_source_files_properties("../../../../../modules/juce_core/time/juce_Time.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_core/unit_tests/juce_UnitTest.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_core/unit_tests/juce_UnitTest.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_core/unit_tests/juce_UnitTestCategories.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_core/xml/juce_XmlDocument.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_core/xml/juce_XmlDocument.h" PROPERTIES HEADER_FILE_ONLY TRUE)
set_source_files_properties("../../../../../modules/juce_core/xml/juce_XmlElement.cpp" PROPERTIES HEADER_FILE_ONLY TRUE)