import XCTest import GeneralTests import SwiftShellTests import StreamTests let tests: [XCTestCaseEntry] = [ testCase(Array_Tests.allTests), testCase(LazySplitGenerator_Tests.allTests), testCase(FileHandle_Tests.allTests), testCase(String_Tests.allTests), testCase(UrlAppendationOperator.allTests), testCase(Open.allTests), testCase(Run_Tests.allTests), testCase(RunAsync_Tests.allTests), testCase(RunAsyncAndPrint_Tests.allTests), testCase(RunAndPrint_Tests.allTests), testCase(MainContext_Tests.allTests), testCase(CopiedCustomContext_Tests.allTests), testCase(BlankCustomContext_Tests.allTests), testCase(Stream_Tests.allTests), ] XCTMain(tests)