aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/sound.h
diff options
context:
space:
mode:
authorNeeraj Kumar2010-08-09 20:10:53 +0000
committerNeeraj Kumar2010-08-09 20:10:53 +0000
commit4e92b3a17ea963d3c006c93abd28287e0fac153a (patch)
treefec5727424608cad49f581c134772b6ac106f722 /engines/testbed/sound.h
parent37d28b35b9b7ed2c71af7ea59b7bc4706412192c (diff)
downloadscummvm-rg350-4e92b3a17ea963d3c006c93abd28287e0fac153a.tar.gz
scummvm-rg350-4e92b3a17ea963d3c006c93abd28287e0fac153a.tar.bz2
scummvm-rg350-4e92b3a17ea963d3c006c93abd28287e0fac153a.zip
TESTBED: Some refinemnts related to skipping tests and display in GUI
svn-id: r51945
Diffstat (limited to 'engines/testbed/sound.h')
-rw-r--r--engines/testbed/sound.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/testbed/sound.h b/engines/testbed/sound.h
index 53ff96cedb..ce8c5c3f33 100644
--- a/engines/testbed/sound.h
+++ b/engines/testbed/sound.h
@@ -46,10 +46,10 @@ namespace SoundSubsystem {
// Helper functions for SoundSubsystem tests
// will contain function declarations for SoundSubsystem tests
-bool playBeeps();
-bool mixSounds();
-bool audiocdOutput();
-bool sampleRates();
+TestExitStatus playBeeps();
+TestExitStatus mixSounds();
+TestExitStatus audiocdOutput();
+TestExitStatus sampleRates();
}
class SoundSubsystemTestSuite : public Testsuite {