Ver código fonte

makefile: haskell backend test outputs debug too

Pat Hickey 9 anos atrás
pai
commit
1623f1a6e6
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -17,6 +17,7 @@ test: tower-backend-test
 
 haskell-backend-test:
 	cabal run gidl -- -b haskell \
+		--debug \
 		-i tests/example.idl \
 		-o tests/gidl-haskell-backend-test \
 		-p gidl-haskell-backend-test \