1
0
Fork 0
mirror of https://github.com/sile/hls_m3u8.git synced 2024-05-24 11:18:29 +00:00

Add issues directory

This commit is contained in:
Luro02 2020-04-25 09:41:29 +02:00
parent 413d5263a3
commit 2a8e2a55e2
No known key found for this signature in database
GPG key ID: B66FD4F74501A9CF
3 changed files with 3 additions and 0 deletions

View file

@ -32,3 +32,4 @@ strum = { version = "0.17", features = ["derive"] }
[dev-dependencies]
pretty_assertions = "0.6"
version-sync = "0.9"
automod = "0.2"

1
tests/issues/mod.rs Normal file
View file

@ -0,0 +1 @@
automod::dir!("tests/issues");

1
tests/mod.rs Normal file
View file

@ -0,0 +1 @@
mod issues;