Add non regression test

This commit is contained in:
Alexandre Archambault 2016-04-01 02:27:59 +02:00
parent f167b36c1c
commit cc0ece263d
2 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,3 @@
com.nativelibs4java:jnaerator-runtime:0.12:compile
com.nativelibs4java:ochafik-util:0.12:compile
net.java.dev.jna:jna:4.1.0:compile

View File

@ -196,6 +196,13 @@ object CentralTests extends TestSuite {
) )
} }
'parentDependencyManagementProperties - {
resolutionCheck(
Module("com.nativelibs4java", "jnaerator-runtime"),
"0.12"
)
}
'latestRevision - { 'latestRevision - {
* - resolutionCheck( * - resolutionCheck(
Module("com.chuusai", "shapeless_2.11"), Module("com.chuusai", "shapeless_2.11"),