aboutsummaryrefslogtreecommitdiff
path: root/test/module.mk
AgeCommit message (Collapse)Author
2017-11-20TESTS: Remove zero-length string and associated -Wformat massageColin Snover
This was being patched out downstream in Debian. A solution that works for everybody is to just not use a zero-length string when testing formatting with no conversion specifications.
2017-01-23TESTS: Fix tests buildingEugene Sandulenko
2017-01-23TESTS: Revert changes to module MakefileEugene Sandulenko
The recent changes were made in attempt to fix the test building for NDS target, but since we're not building tests there, these changes are reverted for the sake of cleaner code.
2017-01-23TESTS: Fix missing QUIET_CXX option in MakefileEugene Sandulenko
2017-01-23TESTS: Attempt to fix Makefile for NDS buildEugene Sandulenko
2017-01-23TESTS: Fix linking target in MakefileEugene Sandulenko
2017-01-15BUILD: Fix PSP build of test runnerColin Snover
2017-01-15BUILD: Fix N64 build of test runnerColin Snover
2017-01-15TESTS: Build Wintermute test only for static pluginEugene Sandulenko
2017-01-15BUILD: Fix compilation of test runner on DreamcastColin Snover
LIBS needs to go after LDFLAGS for the Dreamcast linker to run correctly.
2017-01-14TESTS: Attempt to fix buildbot builds for backends with extra flagsColin Snover
2016-12-27TEST: Only build Wintermute tests when that engine is enabledColin Snover
2016-12-26WINTERMUTE: Add tests for engines/wintermute/path_utils.hTobia Tesan
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