-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update septum_tests to use alire build profiles.
- Loading branch information
Showing
2 changed files
with
28 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,29 @@ | ||
name = "septum_tests" | ||
description = "Tests for septum" | ||
version = "0.0.4" | ||
version = "0.0.5" | ||
|
||
authors = ["Paul Jarrett"] | ||
maintainers = ["Paul Jarrett <[email protected]>"] | ||
maintainers-logins = ["pyjarrett"] | ||
|
||
executables = ["septum_tests"] | ||
|
||
[build-switches] | ||
"*".Compile_Checks = "Warnings" | ||
"*".Debug_Info = "Yes" | ||
"*".Contracts = "Yes" | ||
"*".Runtime_Checks = [ | ||
"-gnato", # Enable numeric overflow checking; | ||
"-fstack-check", # Stack overflow checking | ||
"-gnatVa" # All validity checks | ||
] | ||
"*".Ada_Version = "Ada2022" | ||
"*".Style_Checks = [ | ||
"-gnaty-d", # Disable no DOS line terminators | ||
"-gnatyM120", # Maximum line length | ||
"-gnatyO" # Overriding subprograms explicitly marked as such] | ||
] | ||
|
||
[[depends-on]] | ||
septum = "~0.0.8" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters