Mercurial > sdl-ios-xcode
comparison test/Makefile.am @ 850:c203b4a42701
Added an endian detection and byte swapping test program
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 23 Feb 2004 08:03:14 +0000 |
parents | 7b255f0290da |
children | 68f2b997758e |
comparison
equal
deleted
inserted
replaced
849:bab227101de4 | 850:c203b4a42701 |
---|---|
1 AUTOMAKE_OPTIONS = no-dependencies | 1 AUTOMAKE_OPTIONS = no-dependencies |
2 | 2 |
3 noinst_PROGRAMS = \ | 3 noinst_PROGRAMS = \ |
4 testver testtypes testcpuinfo testhread testlock testerror testsem testtimer \ | 4 testver testtypes testendian testcpuinfo \ |
5 testhread testlock testerror testsem testtimer \ | |
5 loopwave testcdrom testkeys testvidinfo checkkeys testwin graywin \ | 6 loopwave testcdrom testkeys testvidinfo checkkeys testwin graywin \ |
6 testsprite testbitmap testalpha testgamma testpalette testwm \ | 7 testsprite testbitmap testalpha testgamma testpalette testwm \ |
7 threadwin testoverlay testoverlay2 testgl testdyngl testjoystick | 8 threadwin testoverlay testoverlay2 testgl testdyngl testjoystick |
8 | 9 |
9 testalpha_SOURCES = testalpha.c | 10 testalpha_SOURCES = testalpha.c |