diff --git a/test/5-convert/dub.sdl b/test/5-convert/dub.sdl index 31e9a93..cd3a039 100644 --- a/test/5-convert/dub.sdl +++ b/test/5-convert/dub.sdl @@ -5,7 +5,11 @@ authors "nobody" copyright "Copyright © 2015, nobody" license "BSD 2-clause" +x:ddoxFilterArgs "dfa1" "dfa2" +x:ddoxTool "ddoxtool" +dependency "describe-dependency-1:sub1" version=">=0.0.0" targetType "sourceLibrary" +subConfiguration "describe-dependency-1:sub1" "library" dflags "--another-dflag" lflags "--another-lflag" libs "anotherlib"