Revision d14d93b0

b/Makefile.am
1247 1247
	test/py/cli-test.bash \
1248 1248
	test/py/bash_completion.bash
1249 1249

  
1250
if !PY_NODEV
1251
	dist_TESTS += $(python_tests)
1250
if PY_UNIT
1251
dist_TESTS += $(python_tests)
1252 1252
endif
1253 1253

  
1254 1254
nodist_TESTS =
......
1298 1298
	$(noinst_PYTHON) \
1299 1299
	$(qa_scripts)
1300 1300

  
1301
if !PY_NODEV
1302
	all_python_code += $(python_tests)
1301
if PY_UNIT
1302
all_python_code += $(python_tests)
1303 1303
endif
1304 1304

  
1305 1305
srclink_files = \
......
1981 1981
if WANT_HTOOLS
1982 1982
COVERAGE_TESTS += hs-coverage
1983 1983
endif
1984
if !PY_NODEV
1984
if PY_UNIT
1985 1985
COVERAGE_TESTS += py-coverage
1986 1986
endif
1987 1987

  
b/configure.ac
797 797
  AC_MSG_WARN(m4_normalize([Required development modules ($PY_NODEV) were not
798 798
                            found, you won't be able to run Python unittests]))
799 799
else
800
   AC_MSG_NOTICE([Python development modules found, unittests enabled])
800
  AC_MSG_NOTICE([Python development modules found, unittests enabled])
801 801
fi
802 802
AC_SUBST(PY_NODEV)
803
AM_CONDITIONAL([PY_NODEV], [test -n $PY_NODEV])
803
AM_CONDITIONAL([PY_UNIT], [test -n $PY_NODEV])
804 804

  
805 805
AC_CONFIG_FILES([ Makefile ])
806 806

  

Also available in: Unified diff