summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorChad Versace <chad.versace@intel.com>2015-08-06 07:58:19 -0700
committerChad Versace <chad.versace@intel.com>2015-08-06 20:18:04 -0700
commita4f398a8ec11453f6cf76c711508d0f13e6c5b97 (patch)
tree04c35ffdf4ae6f88e8c94635be8e163e48ab73c3 /HACKING
parent3bec2c70c5c918e56f55e31c20bf5b903f452cea (diff)
framework: Split framework code
The framework contained concurrency bugs because it was too sprawling for me to understand. This commit begins splitting the framework code into two directories, "test" and "runner". Future commits split up cru_test.c into smaller files and fixes the concurrency the bugs. - Move framework test code from src/crucible into src/framework/test. - Move framework runner code from src/crucible into src/framework/runner.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING3
1 files changed, 3 insertions, 0 deletions
diff --git a/HACKING b/HACKING
index 03bc365..84f9b44 100644
--- a/HACKING
+++ b/HACKING
@@ -1,5 +1,8 @@
Directory Layout
================
+
+WARNING: IN FLUX!
+
- data
Data files for tests, such as reference images, vertex data, texture
images, etc.