mirror of
https://github.com/AdaCore/gnatdoc.git
synced 2026-02-12 13:11:07 -08:00
Add testcase.
This commit is contained in:
4
testsuite/executable/sanity_check/default.gpr
Normal file
4
testsuite/executable/sanity_check/default.gpr
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
project Default is
|
||||
|
||||
end Default;
|
||||
5
testsuite/executable/sanity_check/main.adb
Normal file
5
testsuite/executable/sanity_check/main.adb
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
procedure Main is
|
||||
begin
|
||||
null;
|
||||
end Main;
|
||||
0
testsuite/executable/sanity_check/test.out
Normal file
0
testsuite/executable/sanity_check/test.out
Normal file
1
testsuite/executable/sanity_check/test.sh
Executable file
1
testsuite/executable/sanity_check/test.sh
Executable file
@@ -0,0 +1 @@
|
||||
$GNATDOC4 default.gpr
|
||||
1
testsuite/executable/sanity_check/test.yaml
Normal file
1
testsuite/executable/sanity_check/test.yaml
Normal file
@@ -0,0 +1 @@
|
||||
driver: executable
|
||||
Reference in New Issue
Block a user