Skip to content

Commit 179e906

Browse files
committed
Remove tests for FX exFAT.
1 parent c8bcc1b commit 179e906

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

test/cmake/usbx/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,7 @@ target_compile_options(
304304
-Wshadow
305305
-Wlogical-op
306306
-Waggregate-return
307-
-Wfloat-equal
308-
-DFX_ENABLE_EXFAT)
307+
-Wfloat-equal)
309308

310309
# Remove includes and files not needed from usbx build
311310
set(UX_STANDALONE_HOST_EXCLUDES

test/cmake/usbx/regression/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@ set(ux_class_storage_test_cases
374374
${SOURCE_DIR}/usbx_ux_host_class_storage_driver_entry_test.c
375375
${SOURCE_DIR}/usbx_ux_host_class_storage_entry_test.c
376376
${SOURCE_DIR}/usbx_ux_host_class_storage_thread_entry_test.c
377-
${SOURCE_DIR}/usbx_ux_host_class_storage_fats_exfat_test.c
378377
${SOURCE_DIR}/usbx_uxe_device_storage_test.c
379378
${SOURCE_DIR}/usbx_uxe_host_storage_test.c
380379
)
@@ -643,7 +642,7 @@ set(test_utility_files
643642
${SOURCE_DIR}/usbx_ux_host_class_storage_fx_driver.c)
644643
add_library(test_utility ${test_utility_files})
645644
target_link_libraries(test_utility PUBLIC azrtos::usbx azrtos::threadx azrtos::netxduo azrtos::filex)
646-
target_compile_definitions(test_utility PUBLIC CTEST FX_ENABLE_EXFAT)
645+
target_compile_definitions(test_utility PUBLIC CTEST)
647646

648647
if (CMAKE_BUILD_TYPE MATCHES "msrc_rtos_build")
649648
set(test_cases

0 commit comments

Comments
 (0)