Opened 20 years ago
Closed 20 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.
Note:
See TracTickets
for help on using tickets.
