chponk

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

LinuxMain.swift (114B)


      1 import XCTest
      2 
      3 import chponkTests
      4 
      5 var tests = [XCTestCaseEntry]()
      6 tests += chponkTests.allTests()
      7 XCTMain(tests)