enable regression test infrastructure

This commit is contained in:
naddy 2001-10-25 14:15:57 +00:00
parent 1a8a8249f2
commit b495ce8bd3
2 changed files with 13 additions and 12 deletions

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-src_Makefile_in,v 1.1 2001/07/26 17:37:46 naddy Exp $
--- src/Makefile.in.orig Mon Jul 23 23:25:49 2001
+++ src/Makefile.in Mon Jul 23 23:26:04 2001
@@ -109,7 +109,7 @@ XMMS_VISUALIZATION_PLUGIN_DIR = @XMMS_VI
@FLaC__HAS_XMMS_TRUE@XMMS_DIRS = plugin_xmms
-SUBDIRS = libFLAC flac metaflac $(XMMS_DIRS) test_streams test_unit
+SUBDIRS = libFLAC flac metaflac $(XMMS_DIRS) # test_streams test_unit
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES =
DIST_COMMON = Makefile.am Makefile.in

View File

@ -0,0 +1,13 @@
$OpenBSD: patch-src_test_streams_main_c,v 1.1 2001/10/25 14:15:57 naddy Exp $
--- src/test_streams/main.c.orig Thu Oct 25 15:18:25 2001
+++ src/test_streams/main.c Thu Oct 25 15:20:43 2001
@@ -38,6 +38,9 @@
static FLAC__bool is_big_endian_host;
+#ifdef swap16
+#undef swap16
+#endif
static void swap16(FLAC__int16 *i)
{
unsigned char *x = (unsigned char *)i, b;