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:
18 - download_project.sh - download the project into the CachedSource/
20 the project source from GitHub, unzip it,
28 project being analyzed. If present,
35 the project to CachedSource, copy the
56 # Add a new project for testing: build it and add to the Project Map file.
59 # ID is a short string used to identify a project.
64 print "Error: Project directory is missing: %s" % Dir
67 # Build the project.
70 # Add the project ID to the project map.
75 print "Warning: Creating the Project Map file!!"
79 print >> sys.stdout, 'Warning: Project with ID \'', ID, \
85 print "The project map is updated: ", ProjectMapPath
96 'mode - 0 for single file project; ' \
98 '2 for single file c++11 project'