1
2The files in this directory are used by the author to test various things
3at various time. Feel free to use them for your own enjoyment but no
4guarantees that they will work.
5
6!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7Rephrased.. They are UNSUPPORTED :) Some of them require C++ as well!
8!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
9
10By the way, you will need the following (and they're hardcoded in the
11Makefile):
12	- X SHM extension
13	- hermes compiled properly and positioned in ../src/.libs
14	- X11 libraries in /usr/X11R6/lib
15	- Electric Fence
16
17If you're more interested, this is what each of the files test:
18
19	- CheckLeaks.c: This is supposed to return 0 at the end if there
20	are no memory leaks. It returns 32 at the moment.. :) Anyway, this
21	uses highly platform specific code.. so it might not compiled if
22	you don't use Linux.
23
24	- Test.c: This is to test conversion from 32 bit rgb888 to whatever
25	you like. 16 bit rgb 565 is hardcoded. It displays a couple of
26	strips in different colours.
27
28	- TestPalette.c: Same as test, but from an indexed mode to a target.
29	Displays no strips but curve-like thingies..
30
31	- Request.c: Benchmark the converter request routine.
32
33	- Efence.cc: Checks the most frequently used converters for
34	boundary violations using electric fence. This takes ages so
35	be prepared to wait.