mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 07:20:16 +00:00
Completed first pass at function status.
Added most data types without status information.
This commit is contained in:
@@ -72,6 +72,7 @@ summarize_chapter()
|
||||
datatypes_unmplementable=`wc3 "Type," "Unimplementable" $*`
|
||||
datatypes_partial=` wc3 "Type," "Partial Implementation" $*`
|
||||
datatypes_dummy=` wc3 "Type," "Dummy Implementation" $*`
|
||||
datatypes_untested=` wc3 "Type," "Untested Implementation" $*`
|
||||
|
||||
datatypes_sum=`addit ${datatypes_implemented} \
|
||||
${datatypes_unimplemented} ${datatypes_unmplementable} \
|
||||
@@ -103,6 +104,7 @@ summarize_chapter()
|
||||
echo " Unimplementable : ${datatypes_unmplementable}"
|
||||
echo " Partial : ${datatypes_partial}"
|
||||
echo " Dummy : ${datatypes_dummy}"
|
||||
echo " Untested : ${datatypes_untested}"
|
||||
echo "@end example"
|
||||
echo
|
||||
if [ ${datatypes_sum} -ne ${datatypes_total} ] ; then
|
||||
|
||||
Reference in New Issue
Block a user