Revision d14d93b0 Makefile.am

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

  

Also available in: Unified diff