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