view src/tests/README @ 3337:99f34db2c3fc trunk

- fix a bug that playlist_ins_url() always returns 1 even if no url has been added. now playlist_ins_url() returns number of new entries which actually added to the playlist. - modify playlist_load_ins() to return number of new entries.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Sun, 12 Aug 2007 21:21:46 +0900
parents 5cc45a1f118a
children
line wrap: on
line source

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.