summaryrefslogtreecommitdiff
path: root/tests/SConscript
AgeCommit message (Expand)AuthorFilesLines
2010-07-03Move the search input controller and view classes over to generic/.Daniel_Burrows@alumni.brown.edu1-2/+2
2010-07-03Move the throttle object to src/generic/util.Daniel_Burrows@alumni.brown.edu1-1/+1
2010-07-03Move the core command-line progress view interface to generic/views.Daniel_Burrows@alumni.brown.edu1-0/+1
2010-07-03Fix up the SConscript files.Daniel_Burrows@alumni.brown.edu1-0/+2
2010-06-30Add a view interface for displaying the download progress and an implementati...Daniel_Burrows@alumni.brown.edu1-0/+1
2010-06-18Extract the declarations of the global pointers to apt structures into a sepa...Daniel Burrows1-25/+10
2010-06-10Write a test of the command-line search progress object.Daniel Burrows1-0/+2
2010-06-09Write tests of the command-line progress display class.Daniel Burrows1-0/+3
2010-06-07Write tests of the transient-message class.Daniel Burrows1-0/+2
2010-06-04Write a "teletype" mock/fake object that allows test code to easily examine t...Daniel Burrows1-0/+2
2010-06-03Write a mock of the terminal object that automatically canonicalizes the term...Daniel Burrows1-0/+3
2010-05-28Transition from log4cxx to the new logging framework.Daniel Burrows1-0/+2
2010-05-28Experimentally add support for a suite of tests based on gtest, and convert t...Daniel Burrows1-3/+18
2010-05-27Write an initial suite of tests for the new logging code.Daniel Burrows1-0/+2
2010-05-24Start using google-mock to test the search input controller logic.Daniel Burrows1-0/+28
2010-05-09Add a first implementation of dynamic-set code to go with the dynamic-list code.Daniel Burrows1-0/+1
2010-05-06Add the dynamic list tests into the SCons test suite list.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-25Explicitly distribute the build files in SCons*.Daniel Burrows1-1/+4
2010-04-25Start adding support for a 'dist' rule that builds a distributed archive.Daniel Burrows1-3/+9
2010-04-24Use Copy() to ensure that the file cache test inputs end up in the build dire...Daniel Burrows1-2/+6
2010-04-24Add explicit dependencies between the test-running target and the test file c...Daniel Burrows1-0/+5
2010-04-24Fix the value of SRCDIR for real.Daniel Burrows1-2/+5
2010-04-24Use the new test builder to make sure the unit tests build properly and get e...Daniel Burrows1-11/+6
2010-04-24Add explicit dependencies for the Boost test.Daniel Burrows1-0/+5
2010-04-24Shell-escape the value of SRCDIR so it's really correct.Daniel Burrows1-1/+2
2010-04-24Try to use CString to escape the SRCDIR preprocessor #define.Daniel Burrows1-1/+3
2010-04-24Transitively close the dependencies of the test.Daniel Burrows1-1/+31
2010-04-24Fix how the source directory is defined.Daniel Burrows1-1/+1
2010-04-24Directly depend on .o files to eliminate the scons warning.Daniel Burrows1-1/+1
2010-04-24Start adding extra dependencies into src/ to the test build files.Daniel Burrows1-2/+11
2010-04-24Define SRCDIR for the Boost test.Daniel Burrows1-0/+3
2010-04-24Try to build and run unit tests, and only build aptitude by default.Daniel Burrows1-0/+39