acceptance-testing icon indicating copy to clipboard operation
acceptance-testing copied to clipboard

Allow to run Makefile for another directory

Open marckhouzam opened this issue 4 years ago • 0 comments

It is possible for a user to run make from outside of the acceptance-testing directory. For example

$ cd /tmp $ make -f $GOPATH/src/helm.sh/acceptance-testing/Makefile

To support this, the Makefile must use the ROOT_DIR of where the Makefile resides, so as to find all other files.

Signed-off-by: Marc Khouzam [email protected]

marckhouzam avatar Dec 25 '19 20:12 marckhouzam