sptests/sptree01: add more detail to sptree01.doc

This commit is contained in:
Gedare Bloom
2024-07-09 16:48:42 -06:00
committed by Chris Johns
parent ddbd0d574a
commit be8aa9b09d

View File

@@ -33,4 +33,9 @@ directives:
concepts:
+ Ensure that namespace for sys/tree.h is clean with rtems.
+ Ensure that namespace for sys/tree.h is clean with rtems/score/bsd-tree.h.
These two files have shared lineage, but the rtems version has been forked
due to sticking with the red-black tree variation while the upstream has
removed the red-black tree support. The result of this fork is that including
both header files was causing some CPP redefinitions and clashes. This test
is a compile-time test to check for those kinds of problems.