File tree Expand file tree Collapse file tree 3 files changed +0
-54
lines changed Expand file tree Collapse file tree 3 files changed +0
-54
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,3 @@ ${CONDA_RUN} pytest -n auto --cov=./ --cov-report=xml
11
11
# Run gtest
12
12
LLVM_PROFDATA=" xcrun llvm-profdata" LLVM_COV=" xcrun llvm-cov" \
13
13
${CONDA_RUN} test/run_oss_cpp_tests.sh
14
- ${CONDA_RUN} test/check_for_installed_private_headers_in_cmake_out.sh
Original file line number Diff line number Diff line change @@ -485,29 +485,24 @@ install(
485
485
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} /executorch/runtime/core
486
486
FILES_MATCHING
487
487
PATTERN "*.h"
488
- PATTERN "testing_util" EXCLUDE
489
488
)
490
489
install (
491
490
DIRECTORY runtime/executor/
492
491
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} /executorch/runtime/executor
493
492
FILES_MATCHING
494
493
PATTERN "*.h"
495
- PATTERN "test" EXCLUDE
496
- PATTERN "platform_memory_allocator.h" EXCLUDE
497
494
)
498
495
install (
499
496
DIRECTORY runtime/kernel/
500
497
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} /executorch/runtime/kernel
501
498
FILES_MATCHING
502
499
PATTERN "*.h"
503
- PATTERN "test" EXCLUDE
504
500
)
505
501
install (
506
502
DIRECTORY runtime/platform/
507
503
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} /executorch/runtime/platform
508
504
FILES_MATCHING
509
505
PATTERN "*.h"
510
- PATTERN "test" EXCLUDE
511
506
)
512
507
install (
513
508
DIRECTORY extension/kernel_util/
@@ -592,15 +587,11 @@ endif()
592
587
593
588
if (EXECUTORCH_BUILD_EXTENSION_DATA_LOADER)
594
589
add_subdirectory (${CMAKE_CURRENT_SOURCE_DIR} /extension/data_loader)
595
- if (NOT WIN32 )
596
- set (data_loader_exclude_pattern "*mman_windows.h" )
597
- endif ()
598
590
install (
599
591
DIRECTORY extension/data_loader/
600
592
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR} /executorch/extension/data_loader
601
593
FILES_MATCHING
602
594
PATTERN "*.h"
603
- PATTERN ${data_loader_exclude_pattern} EXCLUDE
604
595
)
605
596
list (APPEND _executorch_extensions extension_data_loader)
606
597
endif ()
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments