Commit Graph

16 Commits

Author SHA1 Message Date
Littleboy
24579ceba9 TEST: Allow building the test runner with MinGW
It needs the same workaround as our dev tools (see bug #1800764)
2011-09-07 19:41:27 -04:00
Max Horn
8db8a0b3fc TEST: Remove backends hack again 2011-06-08 14:58:53 +02:00
Max Horn
afb06b51cc BACKENDS: Unify AudioCD manager instantiation 2011-06-06 15:02:33 +02:00
Max Horn
a564a10e7f TEST: Explicitly disable exceptions and std lib usage 2011-05-16 15:23:17 +02:00
Max Horn
42ab839dd6 AUDIO: Rename sound/ dir to audio/
svn-id: r55850
2011-02-09 01:09:01 +00:00
Max Horn
a35a45aa2e Patch #3149416: Support for linking with "as-needed"
svn-id: r55588
2011-01-28 10:27:50 +00:00
Max Horn
f83bfc0bbf TEST: Tweak "make test" build rules to ignore -Wglobal-constructors
On my OS X machine, -Wglobal-constructors is always added by configure.
But the test runner makes heavy use of global constructors.
This change allows me to run "make test" even when using -Werror.

svn-id: r54083
2010-11-05 01:20:53 +00:00
Johannes Schickel
94e821f1eb Prepare test module build to allow for instantiating AudioStreams.
svn-id: r47803
2010-02-01 21:32:33 +00:00
Max Horn
494a2ab94d TEST: Workaround for 'make test' when using -Werror
svn-id: r46131
2009-11-24 22:11:27 +00:00
Eugene Sandulenko
ea87405ae4 Patch #2840212: "Quiet make process"
svn-id: r43635
2009-08-22 11:03:00 +00:00
Jordi Vilalta Prat
16cd161df5 Fix running the testsuite when building outside the source tree
svn-id: r39601
2009-03-21 22:11:16 +00:00
Max Horn
673a21b249 Added Audio::Timestamp class, based on SCI's sfx_timestamp_t; also provide a unit test for it, based on the old (and very outdated) timetest.cpp. To be used by Audio::Mixer one day...
svn-id: r39112
2009-03-04 06:58:28 +00:00
Jordi Vilalta Prat
66e9d4f5e8 Removed trailing spaces.
svn-id: r30664
2008-01-27 19:47:41 +00:00
Max Horn
7bf3437c1c Cleanup test code in our 'clean' target
svn-id: r21494
2006-03-29 11:05:38 +00:00
Max Horn
4d4c29787e Improved the 'test' build rule
svn-id: r21492
2006-03-29 11:00:39 +00:00
Max Horn
b1514bb833 Added a minimal README for our unit tests, and moved their build rule to a new test/module.mk file
svn-id: r21490
2006-03-29 10:35:45 +00:00