Files
libsignal/swift/Tests/LinuxMain.swift
Jordan Rose 9a569f2ffe Standardize license headers
...to have a period after "Signal Messenger, LLC."

...except for the Java sources, which still need a cleanup pass.
2021-10-28 17:27:30 -07:00

14 lines
278 B
Swift

//
// Copyright 2020 Signal Messenger, LLC.
// SPDX-License-Identifier: AGPL-3.0-only
//
import XCTest
@testable import SignalClientTests
XCTMain([
testCase(ClonableHandleOwnerTests.allTests),
testCase(PublicAPITests.allTests),
testCase(SessionTests.allTests),
])