Re: dh_auto_test: newly built executable file not found in $PATH.

2019-03-19 Thread Tong Sun
That's it. Thanks a lot Michael & Stephen! On Tue, Mar 19, 2019 at 1:54 AM Stephen Gelman wrote: > > On Mar 18, 2019, at 11:33 PM, Tong Sun > wrote: > > > Now, I'm gettng the "executable file not found in $PATH" error, > despite that I'm having the following line in rules: > > export PATH := $(

Re: dh_auto_test: newly built executable file not found in $PATH.

2019-03-18 Thread Stephen Gelman
On Mar 18, 2019, at 11:33 PM, Tong Sun wrote: > > Now, I'm gettng the "executable file not found in $PATH" error, > despite that I'm having the following line in rules: > > export PATH := $(CURDIR)/$(BUILD_DIR)/bin:$(PATH) > > What's wrong? I don’t think $BUILD_DIR is set by default. I set it

Re: dh_auto_test: newly built executable file not found in $PATH.

2019-03-18 Thread Michael Hudson-Doyle
On Tue, 19 Mar 2019, 17:33 Tong Sun, wrote: > Thanks, Stephen it works. > > Now, I'm gettng the "executable file not found in $PATH" error, > despite that I'm having the following line in rules: > > export PATH := $(CURDIR)/$(BUILD_DIR)/bin:$(PATH) > > What's wrong? > Well I'm not 100% on this b

dh_auto_test: newly built executable file not found in $PATH.

2019-03-18 Thread Tong Sun
Thanks, Stephen it works. Now, I'm gettng the "executable file not found in $PATH" error, despite that I'm having the following line in rules: export PATH := $(CURDIR)/$(BUILD_DIR)/bin:$(PATH) What's wrong? Here are details: - - - - - - - - - - - - - - - -- - - - - - - -- - - - - - - -- - - -