Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
SusanDoggie committed Sep 20, 2017
1 parent 06e2f8d commit 5ba1fb5
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 28 deletions.
8 changes: 0 additions & 8 deletions Tests/DoggieTests/FourierTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,6 @@ class FourierTest: XCTestCase {
("testDSTII", testDSTII),
("testDSTIII", testDSTIII),
("testDSTIV", testDSTIV),
("testFourierBPerformance", testFourierBPerformance),
("testFourierCPerformance", testFourierCPerformance),
("testFourierBPerformanceX2", testFourierBPerformanceX2),
("testFourierCPerformanceX2", testFourierCPerformanceX2),
("testFourierCPerformanceX3", testFourierCPerformanceX3),
("testCircularConvolvePerformance", testCircularConvolvePerformance),
("testCircularConvolvePerformanceX2", testCircularConvolvePerformanceX2),
("testCircularConvolvePerformanceX3", testCircularConvolvePerformanceX3),
]

let accuracy = 0.00000001
Expand Down
19 changes: 0 additions & 19 deletions Tests/DoggieTests/ImageTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,6 @@ import XCTest

class ImageTest: XCTestCase {

static let allTests = [
("testColorSpaceConvertionPerformance", testColorSpaceConvertionPerformance),
("testResamplingNonePerformance", testResamplingNonePerformance),
("testResamplingNonePerformanceB", testResamplingNonePerformanceB),
("testResamplingLinearPerformance", testResamplingLinearPerformance),
("testResamplingCosinePerformance", testResamplingCosinePerformance),
("testResamplingCubicPerformance", testResamplingCubicPerformance),
("testResamplingHermitePerformance", testResamplingHermitePerformance),
("testResamplingMitchellPerformance", testResamplingMitchellPerformance),
("testResamplingLanczosPerformance", testResamplingLanczosPerformance),
("testResamplingNoneAntialiasPerformance", testResamplingNoneAntialiasPerformance),
("testResamplingLinearAntialiasPerformance", testResamplingLinearAntialiasPerformance),
("testResamplingCosineAntialiasPerformance", testResamplingCosineAntialiasPerformance),
("testResamplingCubicAntialiasPerformance", testResamplingCubicAntialiasPerformance),
("testResamplingHermiteAntialiasPerformance", testResamplingHermiteAntialiasPerformance),
("testResamplingMitchellAntialiasPerformance", testResamplingMitchellAntialiasPerformance),
("testResamplingLanczosAntialiasPerformance", testResamplingLanczosAntialiasPerformance),
]

var sample: Image<ARGB32ColorPixel> = {

let context = ImageContext<ARGB32ColorPixel>(width: 100, height: 100, colorSpace: ColorSpace.sRGB)
Expand Down
1 change: 0 additions & 1 deletion Tests/LinuxMain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
XCTMain([
testCase(AtomicTest.allTests),
testCase(FourierTest.allTests),
testCase(ImageTest.allTests),
])

#endif

0 comments on commit 5ba1fb5

Please sign in to comment.