adds magent link and torrent parser tests to bittorrent tests

This commit is contained in:
Marcin Czenko 2025-05-28 16:21:51 +02:00
parent 0f62624613
commit f9ce8892a7
No known key found for this signature in database
GPG Key ID: 33DEA0C8E30937C0

View File

@ -2,5 +2,7 @@ import ./bittorrent/testbencoding
import ./bittorrent/testmanifest
import ./bittorrent/testpiecevalidator
import ./bittorrent/testtorrentdownloader
import ./bittorrent/testmagnetlink
import ./bittorrent/testtorrentparser
{.warning[UnusedImport]: off.}