Integrated confidential test cases.

This commit is contained in:
Achim D. Brucker 2018-10-27 23:40:26 +01:00
bovenliggende af0a55f49a
commit 210f2bae92
4 gewijzigde bestanden met toevoegingen van 13 en 2 verwijderingen

3
.gitmodules vendored Normal file
Bestand weergeven

@ -0,0 +1,3 @@
[submodule "com.logicalhacking.dasca.crosslanguage.test.confidential"]
path = com.logicalhacking.dasca.crosslanguage.test.confidential
url = git@git.logicalhacking.com:DASCA/DASCA-confidential.git

Bestand weergeven

@ -21,6 +21,13 @@ The repository can be cloned as usual:
git clone https://git.logicalhacking.com/DASCA/DASCA.git
```
Note, if you authorized to access the confidential test cases of
DASCA, you can obtain them by executing
``` sh
git submodule update --init --recursive
```
### WALA configuration
DASCA (and the underlying WALA setup) is tested with Java version 8.

@ -0,0 +1 @@
Subproject commit 6e8a37fe59c797199ee36ccac6a29f2ce34e9028

Bestand weergeven

@ -8,8 +8,8 @@ include (
'com.logicalhacking.dasca.js',
)
if (new File('com.logicalhacking.dasca.crosslanguage.test.confidential', 'build.gradle').exists()) {
include 'com.logicalhacking.dasca.crosslanguage.test.confidential'
if ( new File("${rootProject.projectDir}/com.logicalhacking.dasca.crosslanguage.test.confidential",'build.gradle').exists() ) {
include('com.logicalhacking.dasca.crosslanguage.test.confidential')
}
enableFeaturePreview('STABLE_PUBLISHING')