Files
code_examples_server/resources/test_conf.yaml
Nicolas Setton 820b5b11ce Add the templates to the test_conf.yaml spec
Useful for developers!
2019-01-04 15:15:01 -05:00

20 lines
489 B
YAML

---
sources:
- repo: https://github.com/AdaCore/Compile_And_Prove_Demo.git
examples:
- examples/hello_world
- examples/absolute_value
- examples/bitwise_swap
- examples/saturate_angle
- examples/sensor_average
- examples/strings
- examples/communications
- examples/landing_procedure
- repo: templates
examples:
- simple_main
- ada_main
- spark_main
- inline_code
...