mirror of
https://github.com/AdaCore/uwrap.git
synced 2026-02-12 13:06:34 -08:00
7 lines
148 B
Bash
7 lines
148 B
Bash
cd out
|
|
gcc -c -fdump-ada-spec ../src/test.h
|
|
../../../../obj/uwrap -l ada -w `pwd`/../test.wrp `pwd`/test_h.ads
|
|
cd ../user
|
|
gprbuild -p -q
|
|
./obj/main
|