Change History (5)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
comment:3 by , 8 years ago
I agree that the test is not operative. The key is:
IPVERS := $(filter-out iproute2/Makefile,$(wildcard iproute2/*))
The problem is that the only thing in iproute2/* as Makefile and that is filtered out.
If you do 'make liattests' it does give some ascii scripts, but I can't figure out how to use them properly.
Go ahead and mark this as you suggest.
Note:
See TracTickets
for help on using tickets.
The package works (i.e. the box booted and got a dhcp address using dhclient), but the tests do nothing useful. My impression is that $(IPVERS) is empty. It is defined in
and I've never come across filter-out before, so no idea what that is supposed to do.
The tests are supposed to run
but all that happens is the directory creation. I'm out of my depth, and inclined to mark as "does not have a working testsuite".