Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
2375ca0160e01fe789db2cd2000a724d41d35ab7
/
.
/
third_party
/
allwpilib
/
shared
/
cppJavaDesktopTestTask.gradle
blob: 475c38c4cd3341c0397cb435e96f101bdc9733af [
file
] [
log
] [
blame
]
apply
from
:
"${rootDir}/shared/cppDesktopTestTask.gradle"
apply
from
:
"${rootDir}/shared/javaDesktopTestTask.gradle"
tasks
.
register
(
'testDesktop'
)
{
dependsOn testDesktopJava
dependsOn testDesktopCpp
}