mirror of
https://github.com/engineer-man/piston.git
synced 2025-05-09 21:36:27 +02:00
pkg(ada-2012): Added ada 2012
This commit is contained in:
parent
9057e3c8d1
commit
9276abde3e
6 changed files with 81 additions and 0 deletions
14
packages/ada/2012/run
Normal file
14
packages/ada/2012/run
Normal file
|
@ -0,0 +1,14 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# Put instructions to run the runtime
|
||||
#dart run "$@"
|
||||
|
||||
# assure there is only one unit in the given file
|
||||
gnatchop "$1"
|
||||
|
||||
numSourceFiles=$(ls -1q *.adb | wc -l)
|
||||
|
||||
gnatmake "test.adb"
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue