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