Skip to content

Commit

Permalink
Include parser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneMcC committed Jan 15, 2017
1 parent aa10529 commit e10a63f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Expand Up @@ -39,7 +39,9 @@ sourceSets {
'modules/sockets/src',
'modules/parser/irc/src/main/java',
'modules/parser/common/src/main/java']
test.java.srcDirs = ['test']
test.java.srcDirs = ['test',
'modules/parser/irc/src/test/java',
'modules/parser/common/src/test/java']
}

dependencies {
Expand Down

0 comments on commit e10a63f

Please sign in to comment.