Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-23 | TESTS: Fix tests building | Eugene Sandulenko | |
2017-01-23 | TESTS: Revert changes to module Makefile | Eugene 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-23 | TESTS: Fix missing QUIET_CXX option in Makefile | Eugene Sandulenko | |
2017-01-23 | TESTS: Attempt to fix Makefile for NDS build | Eugene Sandulenko | |
2017-01-23 | TESTS: Fix linking target in Makefile | Eugene Sandulenko | |
2017-01-15 | BUILD: Fix PSP build of test runner | Colin Snover | |
2017-01-15 | BUILD: Fix N64 build of test runner | Colin Snover | |
2017-01-15 | TESTS: Build Wintermute test only for static plugin | Eugene Sandulenko | |
2017-01-15 | BUILD: Fix compilation of test runner on Dreamcast | Colin Snover | |
LIBS needs to go after LDFLAGS for the Dreamcast linker to run correctly. | |||
2017-01-14 | TESTS: Attempt to fix buildbot builds for backends with extra flags | Colin Snover | |
2016-12-27 | TEST: Only build Wintermute tests when that engine is enabled | Colin Snover | |
2016-12-26 | WINTERMUTE: Add tests for engines/wintermute/path_utils.h | Tobia Tesan | |
2011-09-07 | TEST: Allow building the test runner with MinGW | Littleboy | |
It needs the same workaround as our dev tools (see bug #1800764) | |||
2011-06-08 | TEST: Remove backends hack again | Max Horn | |
2011-06-06 | BACKENDS: Unify AudioCD manager instantiation | Max Horn | |
2011-05-16 | TEST: Explicitly disable exceptions and std lib usage | Max Horn | |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2011-01-28 | Patch #3149416: Support for linking with "as-needed" | Max Horn | |
svn-id: r55588 | |||
2010-11-05 | TEST: Tweak "make test" build rules to ignore -Wglobal-constructors | Max 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-01 | Prepare test module build to allow for instantiating AudioStreams. | Johannes Schickel | |
svn-id: r47803 | |||
2009-11-24 | TEST: Workaround for 'make test' when using -Werror | Max Horn | |
svn-id: r46131 | |||
2009-08-22 | Patch #2840212: "Quiet make process" | Eugene Sandulenko | |
svn-id: r43635 | |||
2009-03-21 | Fix running the testsuite when building outside the source tree | Jordi Vilalta Prat | |
svn-id: r39601 | |||
2009-03-04 | Added 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-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2006-03-29 | Cleanup test code in our 'clean' target | Max Horn | |
svn-id: r21494 | |||
2006-03-29 | Improved the 'test' build rule | Max Horn | |
svn-id: r21492 | |||
2006-03-29 | Added a minimal README for our unit tests, and moved their build rule to a ↵ | Max Horn | |
new test/module.mk file svn-id: r21490 |