add a torture target

Original commit message from CVS:
add a torture target
This commit is contained in:
Thomas Vander Stichele 2005-11-23 21:24:46 +00:00
parent 19c455db83
commit cdb0102e9e
2 changed files with 7 additions and 4 deletions

View file

@ -120,6 +120,9 @@ endif
check-valgrind: check-valgrind:
cd check && make check-valgrind cd check && make check-valgrind
check-torture:
cd check && make torture
win32-update: win32-update:
for f in gstversion.h gstenumtypes.c gstenumtypes.h; do \ for f in gstversion.h gstenumtypes.c gstenumtypes.h; do \
cp $(top_builddir)/gst/$$f win32/common; done cp $(top_builddir)/gst/$$f win32/common; done

View file

@ -21,7 +21,7 @@
#undef GST_GCOV_ENABLED #undef GST_GCOV_ENABLED
/* Default errorlevel to use */ /* Default errorlevel to use */
#define GST_LEVEL_DEFAULT GST_LEVEL_NONE #define GST_LEVEL_DEFAULT GST_LEVEL_ERROR
/* GStreamer license */ /* GStreamer license */
#define GST_LICENSE "LGPL" #define GST_LICENSE "LGPL"
@ -30,10 +30,10 @@
#define GST_PACKAGE_ORIGIN "Unknown package origin" #define GST_PACKAGE_ORIGIN "Unknown package origin"
/* package name in plugins */ /* package name in plugins */
#define GST_PACKAGE_NAME "GStreamer source release" #define GST_PACKAGE_NAME "GStreamer CVS/prerelease"
/* Define the version */ /* Define the version */
#define GST_VERSION "0.9.6" #define GST_VERSION "0.9.6.1"
/* Define if the host CPU is an Alpha */ /* Define if the host CPU is an Alpha */
#undef HAVE_CPU_ALPHA #undef HAVE_CPU_ALPHA
@ -205,7 +205,7 @@
#undef USE_POISONING #undef USE_POISONING
/* Version number of package */ /* Version number of package */
#define VERSION "0.9.6" #define VERSION "0.9.6.1"
/* Define to 1 if your processor stores words with the most significant byte /* Define to 1 if your processor stores words with the most significant byte
first (like Motorola and SPARC, unlike Intel and VAX). */ first (like Motorola and SPARC, unlike Intel and VAX). */