mirror of
https://github.com/digital-asset/daml.git
synced 2024-11-10 10:46:11 +03:00
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:
parent
977fc7669d
commit
6cb8c3bc94
@ -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",
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user