Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions eth.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,7 @@ task test_common, "Run common tests":
run "tests/common/all_tests", "common"

task test, "Run all tests":
run "tests/test_bloom", ""
run "tests/test_enr", ""
run "tests/test_enode", ""

test_keyfile_task()
test_rlp_task()
test_discv5_task()
test_trie_task()
test_db_task()
test_utp_task()
test_common_task()
run "tests/all_tests", ""

task test_discv5_full, "Run discovery v5 and its dependencies tests":
run "tests/test_enr", ""
Expand Down