From fe27bd1eb34efe95da6ffe8b6f6c137fe8a18306 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 22 Dec 2008 03:41:33 +0000 Subject: 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. --- modules/unit_test/module.info | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 modules/unit_test/module.info (limited to 'modules/unit_test') 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 -- cgit v1.2.3