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

Diff of /make/tests/scripts/features/se_statpat

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

revision 1.1 by bosk, Sun Feb 27 21:40:25 2005 UTC revision 1.2 by bosk, Thu Mar 3 17:39:49 2005 UTC
# Line 102  baz.a.1 Line 102  baz.a.1
102  baz.a.2  baz.a.2
103  ');  ');
104    
105    
106    # Test #4: Make sure stem triple-expansion does not happen.
107    #
108    run_make_test('
109    foo$$bar: f%r: % $$*.1
110            @echo \'$*\'
111    
112    oo$$ba oo$$ba.1:
113            @echo \'$@\'
114    
115    ',
116    '',
117    'oo$ba
118    oo$ba.1
119    oo$ba
120    ');
121    
122    
123  # This tells the test driver that the perl test script executed properly.  # This tells the test driver that the perl test script executed properly.
124  1;  1;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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