Surge/Tests/SurgeTests
Vincent Esche 055d1c3c7f Added tests for `log2` 2019-09-24 20:15:29 +02:00
..
ArithmeticTests.swift Changed `distSq…` of ’Arithmetic.swift’ to be implemented in terms of `sum`, `sq` & `sub` with minimal temporary array allocations 2019-09-24 17:21:30 +02:00
AuxiliaryTests.swift Add UnsafeMemory abstraction (#77) 2018-04-01 12:23:36 -07:00
ConvolutionTests.swift Replaced `// MARK:` with `// MARK: - ` for nicer visual separation in Xcode 2019-08-30 13:48:34 +02:00
ExponentialTests.swift Add UnsafeMemory abstraction (#77) 2018-04-01 12:23:36 -07:00
HyperbolicTests.swift Add UnsafeMemory abstraction (#77) 2018-04-01 12:23:36 -07:00
LogarithmTests.swift Added tests for `log2` 2019-09-24 20:15:29 +02:00
MatrixTests.swift Renamed `mulAdd…` to `muladd…` to match `elmul`, etc 2019-09-24 17:21:30 +02:00
ScalarTests.swift Moved functions with `Scalar` as `lhs` into separate `ScalarTests` file 2019-09-23 22:54:36 +02:00
TrigonometricTests.swift Add UnsafeMemory abstraction (#77) 2018-04-01 12:23:36 -07:00
VectorTests.swift Resolved FIXMEs, adding missing unit tests 2019-09-23 22:54:36 +02:00
XCTAssert+Surge.swift Improved documentation of Surge-provided assert functions 2019-08-30 00:12:25 +02:00
XCTestCase+Surge.swift Replaced `XCTAssertArray(Float|Double)EqualWithAccuracy(_:_:accuracy:)` with short-circuiting overload of `XCTAssertEqual(_:_:accuracy:)` 2019-08-29 11:35:24 +02:00