Colin Snover
b89b9095d6
TESTS: Remove zero-length string and associated -Wformat massage
...
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-11-20 21:50:06 -06:00
Eugene Sandulenko
3bd85ef313
TESTS: Fix tests building
2017-01-23 21:58:38 +01:00
Eugene Sandulenko
37bb3abce4
TESTS: Revert changes to module Makefile
...
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 21:34:47 +01:00
Eugene Sandulenko
4212734b1e
TESTS: Fix missing QUIET_CXX option in Makefile
2017-01-23 21:11:03 +01:00
Eugene Sandulenko
595770368c
TESTS: Attempt to fix Makefile for NDS build
2017-01-23 21:07:08 +01:00
Eugene Sandulenko
320ed53f31
TESTS: Fix linking target in Makefile
2017-01-23 20:52:52 +01:00
Colin Snover
9ff41967a0
BUILD: Fix PSP build of test runner
2017-01-15 18:32:07 -06:00
Colin Snover
5d22cc438f
BUILD: Fix N64 build of test runner
2017-01-15 13:49:33 -06:00
Eugene Sandulenko
c46697be48
TESTS: Build Wintermute test only for static plugin
2017-01-15 18:30:13 +01:00
Colin Snover
871c9d26b2
BUILD: Fix compilation of test runner on Dreamcast
...
LIBS needs to go after LDFLAGS for the Dreamcast linker to run
correctly.
2017-01-15 11:17:52 -06:00
Colin Snover
4510c3ec27
TESTS: Attempt to fix buildbot builds for backends with extra flags
2017-01-14 16:45:32 -06:00
Colin Snover
6687d9c1ab
TEST: Only build Wintermute tests when that engine is enabled
2016-12-27 12:30:24 -06:00
Tobia Tesan
e3fdd8d5fe
WINTERMUTE: Add tests for engines/wintermute/path_utils.h
2016-12-26 10:41:48 +01:00
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