chponk

Pomodoro like timer for Mac OS
git clone git://git.konyahin.xyz/chponk
Log | Files | Refs | README

XCTestManifests.swift (156B)


      1 import XCTest
      2 
      3 #if !canImport(ObjectiveC)
      4 public func allTests() -> [XCTestCaseEntry] {
      5     return [
      6         testCase(chponkTests.allTests),
      7     ]
      8 }
      9 #endif