1 # simple makefile wrapper to run waf
3 WAF
=WAF_MAKE
=1 ..
/buildtools
/bin
/waf
15 $(WAF
) test $(TEST_OPTIONS
)
18 $(WAF
) test --filtered-subunit
$(TEST_OPTIONS
)
21 $(WAF
) test --testenv
$(TEST_OPTIONS
)
24 $(WAF
) test --quick
$(TEST_OPTIONS
)
38 reconfigure
: configure
44 # some compatibility make targets
53 # this should do an install as well, once install is finished
62 # this allows for things like "make bin/smbtorture"
64 $(WAF
) --targets
=`basename $@`