Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused LinuxMain.swift and WindowsMain.swift #280

Merged
merged 4 commits into from Apr 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 0 additions & 3 deletions CMakeLists.txt
Expand Up @@ -22,9 +22,6 @@ include(CTest)
include(SwiftSupport)

add_subdirectory(Sources)
if(BUILD_TESTING)
add_subdirectory(Tests)
endif()

get_property(SWIFT_NUMERICS_EXPORTS GLOBAL PROPERTY SWIFT_NUMERICS_EXPORTS)
export(TARGETS ${SWIFT_NUMERICS_EXPORTS}
Expand Down
26 changes: 0 additions & 26 deletions Tests/CMakeLists.txt

This file was deleted.

12 changes: 0 additions & 12 deletions Tests/LinuxMain.swift

This file was deleted.

194 changes: 0 additions & 194 deletions Tests/WindowsMain.swift

This file was deleted.