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

Add issues directory

This commit is contained in:
Luro02 2020-04-25 09:41:29 +02:00 committed by Lucas
parent 413d5263a3
commit c138f70738
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;