swiftgemtext

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

LinuxMain.swift (126B)


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