Skip to content

Commit a2d1797

Browse files
committed
Replace mainSourceFile with excludedSourceFile in unittest build
The directive wasn't using `mainSourceFile`, because the configuration was only for testing.
1 parent 3dc9742 commit a2d1797

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dub.sdl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ configuration "unittest-vibe" {
3535
targetType "executable"
3636
targetPath "bin/"
3737
targetName "mysqln-tests-vibe"
38-
excludedSourceFiles "source/app.d"
38+
excludedSourceFiles "source/app.d" "source/mysql/package.d"
3939

4040
dependency "vibe-core" version="~>1.16.0" optional=false
4141

42-
// mainSourceFile "source/mysql/package.d"
4342
debugVersions "MYSQLN_TESTS"
4443
}
4544

0 commit comments

Comments
 (0)