aboutsummaryrefslogtreecommitdiff
path: root/test/cfi/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/cfi/README.txt')
-rw-r--r--test/cfi/README.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/cfi/README.txt b/test/cfi/README.txt
new file mode 100644
index 000000000000..6b82f5edc235
--- /dev/null
+++ b/test/cfi/README.txt
@@ -0,0 +1,8 @@
+The tests in this directory use a common convention for exercising the
+functionality associated with bit sets of different sizes. When certain
+macros are defined the tests instantiate classes that force the bit sets
+to be of certain sizes.
+
+- B32 forces 32-bit bit sets.
+- B64 forces 64-bit bit sets.
+- BM forces memory bit sets.