Skip to content

Commit 68bbc79

Browse files
committed
add missing alire.toml
1 parent 99ce5e4 commit 68bbc79

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.o
22
*.ali
33
lib/aunit*
4+
alire

alire.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
description = "Ada unit test framework"
2+
name = "aunit"
3+
version = "25.0.0-dev"
4+
authors = ["AdaCore"]
5+
licenses = "GPL-3.0-or-later WITH GCC-exception-3.1"
6+
maintainers = ["chouteau@adacore.com"]
7+
maintainers-logins = ["Fabien-Chouteau"]
8+
project-files = ["lib/gnat/aunit.gpr"]
9+
tags=["unit", "test", "unit-test"]
10+
11+
[configuration]
12+
disabled = true
13+
14+
[gpr-externals]
15+
AUNIT_BUILD_MODE = ["Devel", "Install"]
16+
AUNIT_RUNTIME = ["full", "zfp", "zfp-cross", "ravenscar", "ravenscar-cert", "cert"]

0 commit comments

Comments
 (0)