summaryrefslogtreecommitdiff
path: root/tests/ctor/makefile
AgeCommit message (Collapse)AuthorFilesLines
2016-11-22Add support for build2 for tests and examplesKaren Arutyunov1-72/+0
2011-01-04Copyright updateBoris Kolpackov1-1/+1
2010-06-02Add cli options instead of overriding themBoris Kolpackov1-1/+0
2010-01-01Update copyrightBoris Kolpackov1-1/+1
2009-12-10Scanner-based parsing with support for element erasingBoris Kolpackov1-0/+73
Also implement argv_file_scanner which provides support for reading command line arguments from the argv array as well as files specified with command line options. New examples: file. New tests: ctor, erase, file.