summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-08-15 23:59:13 +0000
committerDavid Schleef <ds@schleef.org>2005-08-15 23:59:13 +0000
commitc823f1e1bcb79885d6bf2494882dd59619fa1357 (patch)
tree6e50f9a438d989ab98f88631c3748487c802eef0 /testsuite
parent8580401aada75c91422d9ee4f2c055534105e434 (diff)
* liboil/powerpc/Makefile.am: disable fdct8x8theora_altivec.c,
because it doesn't compile. * liboil/powerpc/recon8x8_ppc.c: (recon8x8_inter_ppc), (recon8x8_inter2_ppc): disable functions, because they cause bus errors. * liboil/simdpack/clip_fast.c: (clip_s16_fast2): Fix endpoint problem. * testsuite/Makefile.am: remove unused GLIB flags
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/Makefile.am17
1 files changed, 6 insertions, 11 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index db7c347..a782ac6 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -1,18 +1,13 @@
SUBDIRS = instruction
-if HAVE_GLIB
-glib_programs = abs md5 md5_profile trans copy
-else
-glib_programs =
-endif
+programs = moo introspect proto1 proto2 test1 proto3 proto4 stride \
+ dso_check abs md5 md5_profile trans copy
-programs = moo introspect proto1 proto2 test1 proto3 proto4 stride dso_check
+check_PROGRAMS = $(programs)
-check_PROGRAMS = $(programs) $(glib_programs)
+TESTS = $(programs)
-TESTS = $(programs) $(glib_programs)
-
-AM_LDFLAGS = $(LIBOIL_LIBS) $(GLIB_LIBS)
-AM_CFLAGS = $(LIBOIL_CFLAGS) $(GLIB_CFLAGS)
+AM_LDFLAGS = $(LIBOIL_LIBS)
+AM_CFLAGS = $(LIBOIL_CFLAGS)