Revision eb84bb80

b/Makefile.am
2353 2353
.PHONY: coverage
2354 2354

  
2355 2355
COVERAGE_TESTS=
2356
if HS_UNIT
2356 2357
COVERAGE_TESTS += hs-coverage
2358
endif
2357 2359
if PY_UNIT
2358 2360
COVERAGE_TESTS += py-coverage
2359 2361
endif
b/configure.ac
632 632
   AC_MSG_NOTICE([Haskell development modules found, unittests enabled])
633 633
fi
634 634
AC_SUBST(HS_NODEV)
635
AM_CONDITIONAL([HS_UNIT], [test -n $HS_NODEV])
635 636

  
636 637
# Check for HsColour
637 638
HS_APIDOC=no

Also available in: Unified diff