Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Commit

Permalink
Add eth2 reference tests
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Feb 12, 2020
1 parent 520085e commit 3a26000
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "eth-reference-tests/src/test/resources/eth2.0-tests"]
path = eth-reference-tests/src/test/resources/eth2.0-tests
url = https://github.com/ethereum/eth2.0-tests.git
[submodule "eth2-reference-tests/src/test/resources"]
path = eth2-reference-tests/src/test/resources
url = https://github.com/ethereum/eth2.0-spec-tests.git
25 changes: 25 additions & 0 deletions eth2-reference-tests/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE
* file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file
* to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*/
jar { enabled = false }

dependencies {

testCompile project(':junit')
testCompile 'com.fasterxml.jackson.core:jackson-databind'
testCompile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml'
testCompile 'org.bouncycastle:bcprov-jdk15on'
testCompile 'org.junit.jupiter:junit-jupiter-api'
testCompile 'org.junit.jupiter:junit-jupiter-params'

testRuntime 'org.junit.jupiter:junit-jupiter-engine'
}
1 change: 1 addition & 0 deletions eth2-reference-tests/src/test/resources
Submodule resources added at a79907
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ include 'devp2p'
include 'dist'
include 'dns-discovery'
include 'eth'
include 'eth2-reference-tests'
include 'eth-reference-tests'
include 'eth-repository'
include 'ethstats'
Expand Down

0 comments on commit 3a26000

Please sign in to comment.