Skip to content

Commit

Permalink
Build interface before run ui test
Browse files Browse the repository at this point in the history
  • Loading branch information
tdruiva committed Dec 10, 2015
1 parent 209fce1 commit 2e21cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -37,7 +37,7 @@ clean-gui-test:
$(RM) gui-test/*

#TODO: this should only be called on a linux environment
gui-test: clean-gui-test
gui-test: clean-gui-test build-gui
ifeq ($(shell uname), Linux)
git clone https://github.com/twstrike/coyim-testing.git gui-test
cd gui-test && COYIM_PATH=$(PWD)/bin/coyim behave --stop
Expand Down

0 comments on commit 2e21cba

Please sign in to comment.