File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -217,11 +217,12 @@ build-itest: app-build
217
217
CGO_ENABLED=0 $(GOBUILD ) -tags=" $( ITEST_TAGS) " -o itest/btcd-itest -ldflags " $( ITEST_LDFLAGS) " $(BTCD_PKG )
218
218
CGO_ENABLED=0 $(GOBUILD ) -tags=" $( ITEST_TAGS) " -o itest/lnd-itest -ldflags " $( ITEST_LDFLAGS) " $(LND_PKG ) /cmd/lnd
219
219
220
- itest-only :
220
+ build- itest-litd :
221
221
@$(call print, "Building itest binary.")
222
222
CGO_ENABLED=0 $(GOBUILD ) -tags=" $( ITEST_TAGS) " -o itest/litd-itest -ldflags " $( ITEST_LDFLAGS) " $(PKG ) /cmd/litd
223
223
CGO_ENABLED=0 $(GOTEST ) -v ./itest -tags=" $( DEV_TAGS) $( ITEST_TAGS) " -c -o itest/itest.test
224
224
225
+ itest-only : build-itest-litd
225
226
@$(call print, "Running integration tests.")
226
227
rm -rf itest/* .log itest/.logs* ; date
227
228
scripts/itest_part.sh $(ITEST_FLAGS )
You can’t perform that action at this time.
0 commit comments