~greg.grossmeier/exempi/trunk

« back to all changes in this revision

Viewing changes to exempi/tests/testcore.sh

  • Committer: Hubert Figuière
  • Date: 2014-04-22 18:02:25 UTC
  • mfrom: (181.1.9)
  • Revision ID: git-v1:5013ac34dda98b65d8916eca1303488abaade995
Merge branch 'exempi-2.3-branch'

Conflicts:
        samples/source/common/LargeFileAccess.cpp
        source/XMPFiles/FileHandlers/MP3_Handler.cpp
        source/XMPFiles/FormatSupport/ID3_Support.hpp

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
for i in $SAMPLES
22
22
do
23
23
  echo "Running $DUMPMAINXMP_PROG $SAMPLES_DIR/$i"
24
 
  $DUMPMAINXMP_PROG $SAMPLES_DIR/$i > /dev/null
 
24
  $VALGRIND $DUMPMAINXMP_PROG $SAMPLES_DIR/$i > /dev/null
25
25
  if [ $? -ne 0 ] ; then
26
26
      echo "Failed"
27
27
      exit 255