server: polish the use of Map
[haskell/symantic-http.git] / GNUmakefile
index 25837ad0b836a8782f6c04bea8ac0a8a6d61cb10..5898b9f345ed9497a65dcc64347e91e59c1360e5 100644 (file)
@@ -24,7 +24,7 @@ test: $(PKGS:=/test)
 define test
 $p/test:
        ! grep -q '^Test-Suite\>' $p/$p.cabal || \
-       { cd $p && stack $$(STACK_FLAGS) test $$(STACK_TEST_FLAGS); }
+       { cd $p && stack $$(STACK_FLAGS) test --test-arguments "$$(TEST_FLAGS)" $$(STACK_TEST_FLAGS); }
 endef
 $(foreach p,$(PKGS),$(eval $(call test)))