changeset 3289:5cc45a1f118a trunk

Document the new testharness stuff a little.
author William Pitcock <nenolod@atheme-project.org>
date Thu, 09 Aug 2007 09:05:02 -0500
parents 9a288f964928
children 4e7cc6d9b525
files src/tests/README
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/tests/README	Thu Aug 09 09:05:02 2007 -0500
@@ -0,0 +1,11 @@
+This directory contains some tests. To run them, type "make".
+
+Any needed uncompiled files in the audacious core will be compiled
+with the proper CFLAGS. Don't worry about that.
+
+You can help make this directory more useful by writing tests as
+you fix bugs. Unless they're in the UI, autotesting that may be
+problematic.
+
+To write a test, simply edit an existing test and the Makefile
+as required.