Add back the Java codegen integration tests for DAML-LF 1.0 (#1418)

I accidentally deleted them at some point and nobody noticed.
This commit is contained in:
Martin Huschenbett 2019-05-28 12:36:03 +02:00 committed by GitHub
parent 977fc7669d
commit 6cb8c3bc94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View File

@ -106,6 +106,7 @@ pom_file(
)
daml_lf_target_versions = [
"1.0",
"1.1",
"1.3",
]
@ -114,8 +115,15 @@ daml_lf_target_versions = [
#### Integration Tests
########################################################
# This file was created using SDK 0.12.20 via
# daml damlc package src/it/daml/Lib.daml integration-tests-model-1.1 --target=1.1 --output src/it/dar/integration-tests-model-1.1.dar
# This file was created using
# DAML_SDK_VERSION=0.12.12 daml damlc package src/it/daml/Lib.daml integration-tests-model-1.0 --target=1.0 --output src/it/dar/integration-tests-model-1.0.dar
alias(
name = "integration-tests-model-1.0.dar",
actual = ":src/it/dar/integration-tests-model-1.0.dar",
)
# This file was created using
# DAML_SDK_VERSION=0.12.20 daml damlc package src/it/daml/Lib.daml integration-tests-model-1.1 --target=1.1 --output src/it/dar/integration-tests-model-1.1.dar
alias(
name = "integration-tests-model-1.1.dar",
actual = ":src/it/dar/integration-tests-model-1.1.dar",