Class: MTBuild::TestApplicationProject
- Defined in:
- lib/mtbuild/test_application_project.rb
Overview
This class is used to build test applications. A test application has compilation and link phases that produce a binary test executable. The test executable is invoked after building successfully.
Instance Attribute Summary
Attributes inherited from Project
#clean_list, #output_folder, #parent_workspace, #project_folder, #project_name
Method Summary
Methods inherited from Project
#add_configuration, #add_files_to_clean, #effective_output_folder, #initialize, #set_default_configuration, #set_output_folder, #task_for_configuration, #tasks_for_all_configurations
Methods included from Rake::DSL
#application_task, #framework_task, #static_library_task, #test_application_task
Constructor Details
This class inherits a constructor from MTBuild::Project