Actions
Bug #3359
closedUnit tests cases are installed with `./waf install`
Start date:
12/04/2015
Due date:
% Done:
100%
Estimated time:
Description
Unit tests should not be installed with ./waf install
.
Expected:
[vagrant@ ~/NLSR]$ sudo ./waf install
Waf: Entering directory `/home/vagrant/NLSR/build'
- install /usr/local/bin/nlsr (from build/bin/nlsr)
- install /usr/local/bin/nlsrc (from build/bin/nlsrc)
Waf: Leaving directory `/home/vagrant/NLSR/build'
Actual:
[vagrant@ ~/NLSR]$ sudo ./waf install
Waf: Entering directory `/home/vagrant/NLSR/build'
- install /usr/local/bin/nlsr (from build/bin/nlsr)
- install /usr/local/bin/nlsrc (from build/bin/nlsrc)
- install /usr/local/bin/unit-tests-nsync (from build/unit-tests-nsync)
- install /usr/local/bin/unit-tests-nlsr (from build/unit-tests-nlsr)
Waf: Leaving directory `/home/vagrant/NLSR/build'
Updated by Vince Lehman over 8 years ago
- Status changed from In Progress to Closed
Actions