Opened 18 years ago

Closed 18 years ago

#1 closed defect (fixed)

Revive the make_rule.py test

Reported by: ghost Owned by: somebody
Priority: major Milestone: M11
Component: component1 Version:
Keywords: Cc:

Description

Some of the recent changes broke the ability so specify action arguments in the make rule, so

make foo : bar : update-it some_arg;
rule update-it ( argument targets * : sources * : properties * )
{
}

no longer works and the test fails. Should either fix this feature or adjust the test to not test it.

Change History (1)

comment:1 by ghost, 18 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.