Skip to content

Commit 24abc97

Browse files
committed
Move TestHelpers directory into Tests
1 parent 36719e6 commit 24abc97

13 files changed

+2
-2
lines changed

CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ set(JUCE_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/JuceLibraryCode)
4141
set(RESOURCES_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/Resources)
4242
set(PLUGINS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/Plugins)
4343
set(SOURCE_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/Source)
44-
set(TEST_HELPERS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/TestHelpers)
44+
set(TEST_HELPERS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/Tests/TestHelpers)
4545

4646
configure_file(${JUCE_DIRECTORY}/JuceHeader.h.in ${JUCE_DIRECTORY}/JuceHeader.h)
4747
configure_file(${RESOURCES_DIRECTORY}/Build-files/resources.rc.in ${RESOURCES_DIRECTORY}/Build-files/resources.rc)
@@ -345,6 +345,5 @@ add_subdirectory(Plugins)
345345

346346

347347
if(BUILD_TESTS)
348-
add_subdirectory(TestHelpers)
349348
add_subdirectory(Tests)
350349
endif()

Tests/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ set_property(DIRECTORY APPEND PROPERTY COMPILE_DEFINITIONS
99
"$<$<PLATFORM_ID:Windows>:JUCE_API=__declspec(dllimport)>"
1010
)
1111

12+
add_subdirectory(TestHelpers)
1213
add_subdirectory(Processors)
1314
add_subdirectory(UI)
1415
add_subdirectory(Juce)
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)