Skip to content

Commit

Permalink
check.sam target
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Dellaert committed Jul 14, 2015
1 parent 6b51ef9 commit bf88906
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .cproject
Original file line number Diff line number Diff line change
Expand Up @@ -1992,6 +1992,14 @@
<useDefaultCommand>false</useDefaultCommand>
<runAllBuilders>true</runAllBuilders>
</target>
<target name="check.sam" path="" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
<buildCommand>make</buildCommand>
<buildArguments>-j4</buildArguments>
<buildTarget>check.sam</buildTarget>
<stopOnError>true</stopOnError>
<useDefaultCommand>true</useDefaultCommand>
<runAllBuilders>true</runAllBuilders>
</target>
<target name="check" path="build" targetID="org.eclipse.cdt.build.MakeTargetBuilder">
<buildCommand>make</buildCommand>
<buildArguments>-j2</buildArguments>
Expand Down

0 comments on commit bf88906

Please sign in to comment.