From 3d5ca69177960b232494f7f65af99a0be4ddea21 Mon Sep 17 00:00:00 2001 From: Gentelman John Date: Tue, 12 Oct 2021 14:10:17 -0700 Subject: [PATCH] add new test files to the configs --- Tests/LinuxMain.swift | 1 + Tests/ResolutionTests/XCTestManifests.swift | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Tests/LinuxMain.swift b/Tests/LinuxMain.swift index c43f720..1153b3a 100644 --- a/Tests/LinuxMain.swift +++ b/Tests/LinuxMain.swift @@ -7,4 +7,5 @@ tests += ResolutionTests.allTests() tests += EthereumABITests.allTests() tests += TokenUriMetadataTests.allTests() tests += ABICoderTests.allTests() +tests += UnsLayerL2Tests.allTests() XCTMain(tests) diff --git a/Tests/ResolutionTests/XCTestManifests.swift b/Tests/ResolutionTests/XCTestManifests.swift index 30f9a5b..f2405a7 100644 --- a/Tests/ResolutionTests/XCTestManifests.swift +++ b/Tests/ResolutionTests/XCTestManifests.swift @@ -6,7 +6,8 @@ public func allTests() -> [XCTestCaseEntry] { testCase(ResolutionTests.allTests), testCase(EthereumABITests.allTests), testCase(TokenUriMetadataTests.allTests), - testCase(ABICoderTests.allTests) + testCase(ABICoderTests.allTests), + testCase(UnsLayerL2Tests.allTests) ] } #endif