summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorChad Versace <chad.versace@intel.com>2015-05-23 00:01:26 -0700
committerChad Versace <chad.versace@intel.com>2015-05-23 00:05:18 -0700
commit3a6f883b12246728978e5a2b6c8c683767a9fbf2 (patch)
tree10cd05cb8693ab6b83b8ff1555c3a711406c6a19 /HACKING
parent16bdb701b1afd8311a953fd9505568ff6f092d0b (diff)
tests: Rename functional -> func
Each time I try to run a single functional test, such as... $ crucible run functional.blah.sub-blah ...I dread typing out "functional". It's too verbose. The shorter "func" is a fine replacement. Move directory src/functional -> src/func and update all docs.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index c63e5ce..3994385 100644
--- a/HACKING
+++ b/HACKING
@@ -26,7 +26,7 @@ Directory Layout
Example tests that demonstrate how to use the framework or how to accomplish
a tricky testing task.
-- src/tests/functional
+- src/tests/func
Functional tests, such as
- Draw a triangle, then verify the render target contains a triangle.
- Load an image file, generate a mipmap, then compare it against it