lntest: move itest into package

This commit is contained in:
Joost Jager
2019-05-15 09:02:53 +02:00
parent 28fdf9712d
commit dff0387363
14 changed files with 192 additions and 177 deletions

View File

@@ -65,4 +65,4 @@ else
ITEST_TAGS += btcd
endif
ITEST := rm output*.log; date; $(GOTEST) -tags="$(ITEST_TAGS)" $(TEST_FLAGS) -logoutput
ITEST := rm output*.log; date; $(GOTEST) ./lntest/itest -tags="$(ITEST_TAGS)" $(TEST_FLAGS) -logoutput