aboutsummaryrefslogtreecommitdiff
path: root/test/module.mk
AgeCommit message (Collapse)Author
2011-09-07TEST: Allow building the test runner with MinGWLittleboy
It needs the same workaround as our dev tools (see bug #1800764)
2011-06-08TEST: Remove backends hack againMax Horn
2011-06-06BACKENDS: Unify AudioCD manager instantiationMax Horn
2011-05-16TEST: Explicitly disable exceptions and std lib usageMax Horn
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
svn-id: r55850
2011-01-28Patch #3149416: Support for linking with "as-needed"Max Horn
svn-id: r55588
2010-11-05TEST: Tweak "make test" build rules to ignore -Wglobal-constructorsMax Horn
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-02-01Prepare test module build to allow for instantiating AudioStreams.Johannes Schickel
svn-id: r47803
2009-11-24TEST: Workaround for 'make test' when using -WerrorMax Horn
svn-id: r46131
2009-08-22Patch #2840212: "Quiet make process"Eugene Sandulenko
svn-id: r43635
2009-03-21Fix running the testsuite when building outside the source treeJordi Vilalta Prat
svn-id: r39601
2009-03-04Added Audio::Timestamp class, based on SCI's sfx_timestamp_t; also provide a ↵Max Horn
unit test for it, based on the old (and very outdated) timetest.cpp. To be used by Audio::Mixer one day... svn-id: r39112
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2006-03-29Cleanup test code in our 'clean' targetMax Horn
svn-id: r21494
2006-03-29Improved the 'test' build ruleMax Horn
svn-id: r21492
2006-03-29Added a minimal README for our unit tests, and moved their build rule to a ↵Max Horn
new test/module.mk file svn-id: r21490