Files
2020-08-04 05:34:09 +03:00

8 lines
130 B
Swift

import XCTest
import TPInAppReceiptTests
var tests = [XCTestCaseEntry]()
tests += TPInAppReceiptTests.allTests()
XCTMain(tests)