summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2010-07-10Flesh out the implementation of the download progress display and its tests.Daniel_Burrows@alumni.brown.edu1-0/+2
2010-07-03Move the search input controller and view classes over to generic/.Daniel_Burrows@alumni.brown.edu1-5/+2
2010-06-30Add a view interface for displaying the download progress and an implementati...Daniel_Burrows@alumni.brown.edu1-0/+2
2010-06-19Don't try to link GTK+-related code into the tests if the GTK+ frontend isn't...Daniel Burrows1-2/+5
2010-06-18Re-enable all the unit tests.Daniel Burrows1-2/+2
2010-06-15Add support to the command-line progress display object for showing that the ...Daniel Burrows1-0/+1
2010-06-10Add support in the transient message for making a message permanent and advan...Daniel Burrows1-2/+2
2010-06-10Write a test of the command-line search progress object.Daniel Burrows1-1/+2
2010-06-09Write tests of the command-line progress display class.Daniel Burrows1-0/+1
2010-06-07Write tests of the transient-message class.Daniel Burrows1-1/+2
2010-06-04Write a "teletype" mock/fake object that allows test code to easily examine t...Daniel Burrows1-0/+1
2010-06-03Write a mock of the terminal object that automatically canonicalizes the term...Daniel Burrows1-2/+6
2010-06-03Add the gtest test to the automake build.Daniel Burrows1-2/+6
2010-05-27Write an initial suite of tests for the new logging code.Daniel Burrows1-0/+1
2010-05-24Start using google-mock to test the search input controller logic.Daniel Burrows1-1/+6
2010-05-20Write a configure check that tries to locate the Boost unit test libraries.Daniel Burrows1-1/+2
2010-05-09Add a first implementation of dynamic-set code to go with the dynamic-list code.Daniel Burrows1-0/+1
2010-04-30Add tests of the new dynamic_list class.Daniel Burrows1-0/+1
2010-04-30Add a suite of unit tests for the enumerator class and its implementations.Daniel Burrows1-0/+1
2010-04-19Start a suite of unit tests for the incremental expression module of the reso...Daniel Burrows1-0/+1
2010-03-16Add a suite of parser combinators.Daniel Burrows1-0/+1
2010-03-15Write basic unit tests for the new resolver cost code.Daniel Burrows1-1/+2
2010-03-07Reverse a change to disable a bunch of tests that snuck into my last commit.Daniel Burrows1-2/+1
2010-03-05Overhaul the resolver to distinguish between tiers and changes to tiers; this...Daniel Burrows1-1/+2
2009-11-14Fix the path to a test file in case that a build directory is usedJens Seidel1-1/+1
2009-10-25Actually distribute the file cache test data, so that we can run the tests in...Daniel Burrows1-1/+1
2009-10-17Add support to the file cache for storing the modification times of cached fi...Daniel Burrows1-1/+1
2009-09-03Fix the link line for the Boost-based unit test too.Daniel Burrows1-1/+1
2009-08-06Add a partially implemented cache for downloaded files.Daniel Burrows1-0/+1
2009-07-27Modify AM_CPPFLAGS instead of CPPFLAGS.Daniel Burrows1-1/+1
2009-07-26Start working on a C++ wrapper for sqlite.Daniel Burrows1-1/+2
2009-07-26Add a skeletal unit tester using the Boost framework.Daniel Burrows1-5/+9
2009-06-06Add explicit dependencies of resolver test stuff on the resolver headers.Daniel Burrows1-0/+3
2009-06-02Fix the test/ Makefile.Daniel Burrows1-1/+1
2009-06-02Now that we have non-templated code (the incremental expression library) in t...Daniel Burrows1-1/+6
2009-03-01Write a class that encapsulates the business of storing a set of choices and ...Daniel Burrows1-0/+1
2009-03-01Add a test case for the "contains" relationship.Daniel Burrows1-0/+1
2009-02-22Add a "promotion set" object.Daniel Burrows1-0/+1
2009-01-31Write logging messages into the aptitude resolver startup code (the code that...Daniel Burrows1-1/+1
2009-01-16Add some basic tests of resolver hints.Daniel Burrows1-0/+1
2008-11-11Link the matching code into the unit tests.Daniel Burrows1-1/+1
2008-09-30Fix the test Makefile: the apt .a has to be listed after the matching .a, so ...Daniel Burrows1-1/+1
2008-09-03Start working on a unit test for the new matching code.Daniel Burrows1-1/+2
2008-06-10Move the addition of -Wall and -Werror to CXXFLAGS into the toplevel Makefile...Daniel Burrows1-1/+1
2007-12-16Ship resolver_inputs in the distribution tarball.Daniel Burrows1-1/+1
2007-12-15Add a new type to support scoped apt settings.Daniel Burrows1-0/+1
2007-11-20Remove the pieces of the test suite that test cwidget itself (they're now in ...Daniel Burrows1-2/+0
2007-11-15Don't try to link the tests against the no-longer-present libvscreen.Daniel Burrows1-1/+1
2005-11-26[aptitude @ Write a test for a situation where the problem resolver would pro...Daniel Burrows1-1/+1
2005-11-05[aptitude @ Add a framework for making assertion failures into exceptions, so...Daniel Burrows1-0/+1