diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-12-22 03:41:33 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-12-22 03:41:33 +0000 |
commit | fe27bd1eb34efe95da6ffe8b6f6c137fe8a18306 (patch) | |
tree | b89e04040d1a3fac5ce413505d5177b671e36db1 /modules/unit_test | |
parent | f7b4222e3fc725c2fc4db28840c151c1ebeb801c (diff) |
Change the way that we track modules.
Each module now has a "module.info" file that has information about
the module, including the core. We can display the installed version,
and the version in the code.
Also take a first shot at a modules admin page.
Diffstat (limited to 'modules/unit_test')
-rw-r--r-- | modules/unit_test/module.info | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/unit_test/module.info b/modules/unit_test/module.info new file mode 100644 index 00000000..6a2c1dee --- /dev/null +++ b/modules/unit_test/module.info @@ -0,0 +1,3 @@ +name = Unit Test +description = Unit test framework +version = 1 |