Skip to content

Commit

Permalink
add new test files to the configs
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyJumper committed Oct 12, 2021
1 parent 207c723 commit 3d5ca69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Tests/LinuxMain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ tests += ResolutionTests.allTests()
tests += EthereumABITests.allTests()
tests += TokenUriMetadataTests.allTests()
tests += ABICoderTests.allTests()
tests += UnsLayerL2Tests.allTests()
XCTMain(tests)
3 changes: 2 additions & 1 deletion Tests/ResolutionTests/XCTestManifests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3d5ca69

Please sign in to comment.