/[make]/make/tests/scripts/features/double_colon
ViewVC logotype

Diff of /make/tests/scripts/features/double_colon

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by psmith, Mon Sep 23 22:16:40 2002 UTC revision 1.7 by bosk, Wed Dec 7 11:33:39 2005 UTC
# Line 124  $answer = "ok\n$make_name: Circular d <- Line 124  $answer = "ok\n$make_name: Circular d <-
124    
125  unlink('foo','f1.h','f2.h');  unlink('foo','f1.h','f2.h');
126    
127    
128    # TEST 9: make sure all rules in s double colon family get executed
129    #         (Savannah bug #14334).
130    #
131    
132    &touch('one');
133    &touch('two');
134    
135    run_make_test('
136    .PHONY: all
137    all: result
138    
139    result:: one
140            @echo $^ >>$@
141            @echo $^
142    
143    result:: two
144            @echo $^ >>$@
145            @echo $^
146    
147    ',
148    '',
149    'one
150    two');
151    
152    unlink('result','one','two');
153    
154    # This tells the test driver that the perl test script executed properly.
155  1;  1;

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26