mirror of
https://github.com/stencilproject/Stencil.git
synced 2026-02-06 19:03:19 +00:00
* update to Spectre 0.9.0 * fix variable spec tests * fix flatMap warning * updated CHANGELOG
9 lines
119 B
Swift
9 lines
119 B
Swift
import XCTest
|
|
|
|
import StencilTests
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += StencilTests.__allTests()
|
|
|
|
XCTMain(tests)
|