fix(test): Turn SDK integration tests for the GUI back on

Change-type: patch
This commit is contained in:
Jonas Hermsmeier 2018-07-16 15:54:54 +02:00 committed by Alexis Svinartchouk
parent 47f2336673
commit 21f1f4e503

View File

@ -220,11 +220,15 @@ test-spectron:
test-gui: test-gui:
electron-mocha $(MOCHA_OPTIONS) --renderer tests/gui electron-mocha $(MOCHA_OPTIONS) --renderer tests/gui
test-sdk:
electron-mocha $(MOCHA_OPTIONS) \
tests/shared
test-cli: test-cli:
mocha $(MOCHA_OPTIONS) \ mocha $(MOCHA_OPTIONS) \
tests/shared tests/shared
test: test-gui test-spectron test: test-gui test-sdk test-spectron
help: help:
@echo "Available targets: $(TARGETS)" @echo "Available targets: $(TARGETS)"