Files
SwiftLint/Source/SwiftLintFrameworkTests/main.swift
T
Norio Nomura 267417e9a5 [SPM] Add Source/SwiftLintFrameworkTests/main.swift
That also added to `project.pbxproj` for browsing in Xcode's Project Navigator.
That used only on building by SPM
2016-02-03 13:04:55 +09:00

24 lines
435 B
Swift

//
// main.swift
// SwiftLint
//
// Created by 野村 憲男 on 2/3/16.
// Copyright © 2016 Realm. All rights reserved.
//
import XCTest
XCTMain([
ConfigurationTests(),
CustomRulesTests(),
ExtendedNSStringTests(),
FunctionBodyLengthRuleTests(),
IntegrationTests(),
ReporterTests(),
RuleConfigurationsTests(),
RulesTests(),
RuleTests(),
YamlSwiftLintTests(),
YamlParserTests(),
])