Remove #if DEBUG from tests
This commit is contained in:
parent
75fe42fb4f
commit
65a69826b5
|
|
@ -5,7 +5,6 @@
|
|||
// Created by Christian Treffs on 22.10.17.
|
||||
//
|
||||
|
||||
#if DEBUG
|
||||
@testable import FirebladeECS
|
||||
import XCTest
|
||||
|
||||
|
|
@ -23,4 +22,3 @@ class EntityTests: XCTestCase {
|
|||
XCTAssertEqual(max.id, Int(UInt32.max))
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
// Created by Christian Treffs on 09.10.17.
|
||||
//
|
||||
|
||||
#if DEBUG
|
||||
@testable import FirebladeECS
|
||||
import XCTest
|
||||
|
||||
|
|
@ -186,4 +185,3 @@ class FamilyTests: XCTestCase {
|
|||
XCTAssertEqual(family.memberIds.count, count + (count / 2))
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
// Created by Christian Treffs on 16.10.17.
|
||||
//
|
||||
|
||||
#if DEBUG
|
||||
@testable import FirebladeECS
|
||||
import XCTest
|
||||
|
||||
|
|
@ -65,4 +64,3 @@ class HashingTests: XCTestCase {
|
|||
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
// Created by Christian Treffs on 09.10.17.
|
||||
//
|
||||
|
||||
#if DEBUG
|
||||
@testable import FirebladeECS
|
||||
import XCTest
|
||||
|
||||
|
|
@ -156,4 +155,3 @@ class NexusTests: XCTestCase {
|
|||
XCTAssert(pB.y != pA.y)
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
// Created by Christian Treffs on 13.02.19.
|
||||
//
|
||||
|
||||
#if DEBUG
|
||||
@testable import FirebladeECS
|
||||
import XCTest
|
||||
|
||||
|
|
@ -63,4 +62,3 @@ class SingleTests: XCTestCase {
|
|||
XCTAssertTrue(singleGame === single.component)
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
// Created by Christian Treffs on 31.10.17.
|
||||
//
|
||||
|
||||
#if DEBUG
|
||||
@testable import FirebladeECS
|
||||
import XCTest
|
||||
|
||||
|
|
@ -540,4 +539,3 @@ class SparseSetTests: XCTestCase {
|
|||
XCTAssertEqual(mapped, ["C", "A", "B"])
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
// Created by Christian Treffs on 10.05.18.
|
||||
//
|
||||
|
||||
#if DEBUG
|
||||
@testable import FirebladeECS
|
||||
import XCTest
|
||||
|
||||
|
|
@ -125,4 +124,3 @@ class SystemsTests: XCTestCase {
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue