mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-25 17:25:18 +02:00
...to have a period after "Signal Messenger, LLC." ...except for the Java sources, which still need a cleanup pass.
14 lines
278 B
Swift
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),
|
|
])
|