Skip to content

Commit

Permalink
Remove Go related targets from test and clean
Browse files Browse the repository at this point in the history
Also run the test for ckati by "make test". This should
mitigate issue #59.
  • Loading branch information
shinh committed Apr 27, 2016
1 parent d8d43ea commit a8fafa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -17,9 +17,9 @@ all: ckati ckati_tests
include Makefile.kati
include Makefile.ckati

test: all ckati_tests go_test
ruby runtest.rb
test: all ckati_tests
ruby runtest.rb -c -n

clean: ckati_clean go_clean
clean: ckati_clean

.PHONY: test clean ckati_tests

0 comments on commit a8fafa4

Please sign in to comment.