summaryrefslogtreecommitdiff
path: root/tests/SConscript
AgeCommit message (Expand)AuthorFilesLines
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