aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/module.mk
AgeCommit message (Collapse)Author
2017-10-29TESTBED: Only build cloud tests if libcurl is available tooWillem Jan Palenstijn
This matches the module.mk checks for backends/cloud
2017-04-30TESTBED: Fix building with --disable-cloud (#938)Tarek Soliman
The linker fails when building with --disable-cloud and not passing --disable-libcurl
2016-08-24TESTBED: Add Webserver test suiteAlexander Tkachev
Two tests now: IP resolving and index page check.
2016-08-24TESTBED: Add first Cloud testsAlexander Tkachev
Adding tests for: * Storage::info(); * Storage::listDirectory(); * Storage::createDirectory().
2010-10-021. Added ConfigParams Singelton class to eliminate use of configuration ↵Neeraj Kumar
specific static variables. 2. Modified code to handle the change 3. Updated the previously merged obsolete copy of branch gsoc2010-testbed. svn-id: r52973
2010-08-10TESTBED: basic template for midi testsNeeraj Kumar
svn-id: r51957
2010-07-26TESTBED: implemented some sample beeps using PCSpeaker emulator for testing ↵Neeraj Kumar
sound subsystem svn-id: r51333
2010-07-15separated testsuite configuration to another classNeeraj Kumar
svn-id: r50918
2010-07-14Whitespace cleanup (mainly spaces and tabs at the end of line)Jordi Vilalta Prat
svn-id: r50885
2010-06-28added template code for testing eventsNeeraj Kumar
svn-id: r50459
2010-06-27added files for misc tests, implemented the datetime testNeeraj Kumar
svn-id: r50400
2010-06-26split testsuite.h into testsuite.cppNeeraj Kumar
svn-id: r50322
2010-06-25added savegame testsNeeraj Kumar
svn-id: r50290
2010-06-17few fixes in GFX tests, added template for FS testsNeeraj Kumar
svn-id: r49925
2010-06-10some minor changes in the testsuite structure, reduced no. of files per ↵Neeraj Kumar
testsuite, fixed some formatting svn-id: r49571
2010-06-03able to display rectangle on screen using grabPalette() and ↵Neeraj Kumar
copyRectToScreen, will use it to test palettes and autocomputeDirtyRects features svn-id: r49404
2010-06-02completed the basic testsuite classNeeraj Kumar
svn-id: r49392
2010-05-24adding (missed) testbed to engines/, reverting TODONeeraj Kumar
svn-id: r49197