mirror of
https://github.com/sile/hls_m3u8.git
synced 2024-11-21 14:50:59 +00:00
Add issues directory
This commit is contained in:
parent
413d5263a3
commit
c138f70738
3 changed files with 3 additions and 0 deletions
|
@ -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
1
tests/issues/mod.rs
Normal file
|
@ -0,0 +1 @@
|
|||
automod::dir!("tests/issues");
|
1
tests/mod.rs
Normal file
1
tests/mod.rs
Normal file
|
@ -0,0 +1 @@
|
|||
mod issues;
|
Loading…
Reference in a new issue