mirror of
https://github.com/gosticks/Popover.git
synced 2025-10-16 11:55:38 +00:00
8 lines
116 B
Swift
8 lines
116 B
Swift
import XCTest
|
|
|
|
import PopoverTests
|
|
|
|
var tests = [XCTestCaseEntry]()
|
|
tests += PopoverTests.allTests()
|
|
XCTMain(tests)
|