Michael-F-Bryan / include_dir

The logical evolution of the include_str macro for embedding a directory tree into your binary.
https://michael-f-bryan.github.io/include_dir
MIT License
319 stars 36 forks source link

fixed/improved integration tests #95

Open pennbauman opened 1 year ago

pennbauman commented 1 year ago

Fixed the extract_all_files test not properly recursing into sub-directories.

Added a file tree (under include_dir/tests/tree) explicitly for integration testing.