Joffrey Huguet 44c9f597a6 Merge branch 'topic/1187-minor-test-update' into 'master'
Minor update of test output

Issue: eng/spark/spark2014#1187

See merge request eng/spark/sparklib!235
2026-02-11 15:06:36 +00:00
2025-10-22 17:59:24 +09:00
2026-02-11 09:28:32 +01:00
2023-04-19 14:48:41 +02:00
2026-01-20 10:53:48 +09:00
2025-11-12 08:19:09 +00:00
2026-01-20 10:53:48 +09:00
2023-04-17 14:30:42 +02:00
2025-11-12 08:19:09 +00:00
2026-01-20 10:53:48 +09:00
2025-11-07 08:36:59 +00:00
2024-06-26 09:08:12 +00:00

1. Introduction

This repository contains the source code for the SPARKlib project. SPARKlib is meant to provide users of SPARK libraries to use in SPARK code. SPARKlib contains various libraries, such as a wide range of containers, as well as lemmas to use directly in user code.

2. Community

News about SPARK project and SPARKlib are shared primarily on AdaCore's blog.

3. Documentation

Documentation about what is provided in the SPARKlib and how to use it can be found in the SPARK User's Guide.

4. Testing

Some units or subprograms are in SPARK_Mode => Off for regular use, but SPARK_Mode should be enabled for specific tests. For this use case, these tests use sparklib in a special body mode. In this mode, the marked subprograms are moved to SPARK_Mode => On via a script. The following patterns are recognized:

   pragma SPARK_Mode (Off); --  #BODYMODE

and

  with SPARK_Mode => Off --  #BODYMODE
Description
No description provided
Readme Apache-2.0 6.9 MiB
Languages
Ada 98.7%
Python 0.8%
templ 0.4%