Initial commit, code not working

This commit is contained in:
Adam Fowler
2021-03-11 13:59:28 +00:00
commit 98f5d19e91
6 changed files with 129 additions and 0 deletions

7
Tests/LinuxMain.swift Normal file
View File

@@ -0,0 +1,7 @@
import XCTest
import hummingbird_mustacheTests
var tests = [XCTestCaseEntry]()
tests += hummingbird_mustacheTests.allTests()
XCTMain(tests)