Sign in
chromium
/
external
/
github.com
/
antlr
/
antlr4
/
refs/heads/dev
/
.
/
runtime
/
Swift
/
Tests
/
LinuxMain.swift
blob: 92fa3a52fc11c8da0505f49ccd59c6f8bbc4caf8 [
file
] [
log
] [
blame
] [
edit
]
#if os(Linux)
import
XCTest
@testable
import
Antlr4Tests
XCTMain
([
// Antlr4Tests
testCase
(
TokenStreamTests
.
allTests
),
testCase
(
TokenStreamRewriterTests
.
allTests
),
testCase
(
VisitorTests
.
allTests
)
])
#endif