summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorChad Versace <chad.versace@intel.com>2015-08-11 17:59:24 -0700
committerChad Versace <chad.versace@intel.com>2015-08-11 18:03:37 -0700
commitc905dde6678261479a31242fbf0156a312c0bfbb (patch)
treea60f3d7e0b69257c7dff3aa0d4abffc3cb169fe6 /HACKING
parent51ac7106da461c4849adb563e78baf2cb3b83177 (diff)
self-tests: Add new tests/self directory for make-check
No tests yet, only a README.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 2 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index d1ac08b..9cb5148 100644
--- a/HACKING
+++ b/HACKING
@@ -19,6 +19,8 @@ Directory Layout
- src/tests/stress: Stress tests
+- src/tests/self: Self-tests for Crucible. Used by `make check`.
+
- include
Headers under include/ define each module's public API. This contrasts with
headers under src/, which are private to their containing directory.