comparison src/tests/README @ 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
children
comparison
equal deleted inserted replaced
3288:9a288f964928 3289:5cc45a1f118a
1 This directory contains some tests. To run them, type "make".
2
3 Any needed uncompiled files in the audacious core will be compiled
4 with the proper CFLAGS. Don't worry about that.
5
6 You can help make this directory more useful by writing tests as
7 you fix bugs. Unless they're in the UI, autotesting that may be
8 problematic.
9
10 To write a test, simply edit an existing test and the Makefile
11 as required.