Lines Matching full:project
4 Static Analyzer qualification infrastructure: adding a new project to
7 Add a new project for testing: build it and add to the Project Map file.
9 The project directory should be added inside the Repository Directory and
10 have the same name as the project ID
12 The project should use the following files for set up:
32 # Add a new project for testing: build it and add to the Project Map file.
35 # ID is a short string used to identify a project.
40 print "Error: Project directory is missing: %s" % Dir
43 # Build the project.
46 # Add the project ID to the project map.
51 print "Warning: Creating the Project Map file!!"
55 print >> sys.stdout, 'Warning: Project with ID \'', ID, \
61 print "The project map is updated: ", ProjectMapPath
72 'mode - 0 for single file project; ' \
74 '2 for single file c++11 project'