Project

General

Profile

Actions

Bug #3359

closed

Unit tests cases are installed with `./waf install`

Added by Alex Afanasyev over 8 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Normal
Target version:
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'
Actions #1

Updated by Alex Afanasyev over 8 years ago

  • Description updated (diff)
Actions #2

Updated by Vince Lehman almost 8 years ago

  • Status changed from In Progress to Closed
Actions

Also available in: Atom PDF