Actions
Bug #1547
closedUnit test binaries should not be installed
Start date:
04/27/2014
Due date:
% Done:
100%
Estimated time:
0.40 h
Description
Steps to reproduce:
./waf configure --with-tests --debug
./waf
./waf install
ls /usr/local/bin/unit-tests-*
Actual: 3 files show up.
Expected: No such file or directory.
Actions