swiftgemtext

[ACTIVE] gemtext parsing in swift
git clone git://git.figbert.com/swiftgemtext.git
Log | Files | Refs | README

XCTestManifests.swift (162B)


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