Skip to content

Commit

Permalink
[tests] enable testing of nps target on OSX again, should be working now
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Jun 30, 2012
1 parent 34012b3 commit 1777e5d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/examples/01_compile_all_example_targets.t
Expand Up @@ -27,9 +27,6 @@ foreach my $example (sort keys%{$examples->{'aircraft'}})
{
next unless scalar $airframe_config->{'firmware'}->{$process}->{'target'}->{$target}->{'board'};

# Exclude some builds on Mac as they are currently broken.
next if ( ($Config{'osname'} =~ m#darwin#i) and ($example =~ m#LisaLv11_Booz2v12_RC|LisaLv11_Aspirinv15_Overo_RC|Quad_LisaM_2|BOOZ2#i) and ($target =~ m#nps#i) );

#warn "EXAMPLE: [$example] TARGET: [$target]\n";
my $make_options = "AIRCRAFT=$example clean_ac $target.compile";
my $output = run_program(
Expand All @@ -47,9 +44,6 @@ foreach my $example (sort keys%{$examples->{'aircraft'}})
{
next unless scalar $airframe_config->{'firmware'}->{$process}->{$target}->{'board'};

# Exclude some builds on Mac as they are currently broken.
next if ( ($Config{'osname'} =~ m#darwin#i) and ($example =~ m#LisaLv11_Booz2v12_RC|LisaLv11_Aspirinv15_Overo_RC|Quad_LisaM_2|BOOZ2#i) and ($target =~ m#nps#i) );

#warn "EXAMPLET: [$example] TARGET: [$target]\n";
my $make_options = "AIRCRAFT=$example clean_ac $target.compile";
my $output = run_program(
Expand Down

0 comments on commit 1777e5d

Please sign in to comment.