Revision 7172f605 Makefile.am

b/Makefile.am
378 378
	test/tempfile_fork_unittest.py
379 379

  
380 380
dist_TESTS = \
381
	test/check-cert-expired_unittest.bash \
381 382
	test/daemon-util_unittest.bash \
383
	test/ganeti-cleaner_unittest.bash \
382 384
	test/import-export_unittest.bash \
383
	test/check-cert-expired_unittest.bash \
384 385
	$(python_tests)
385 386

  
386 387
nodist_TESTS =
......
411 412

  
412 413
srclink_files = \
413 414
	man/footer.sgml \
415
	test/check-cert-expired_unittest.bash \
414 416
	test/daemon-util_unittest.bash \
417
	test/ganeti-cleaner_unittest.bash \
415 418
	test/import-export_unittest.bash \
416
	test/check-cert-expired_unittest.bash \
417 419
	$(all_python_code)
418 420

  
419 421
check_python_code = \
......
429 431

  
430 432
test/daemon-util_unittest.bash: daemons/daemon-util
431 433

  
434
test/ganeti-cleaner_unittest.bash: daemons/ganeti-cleaner
435

  
432 436
devel/upload: devel/upload.in $(REPLACE_VARS_SED)
433 437
	sed -f $(REPLACE_VARS_SED) < $< > $@
434 438
	chmod u+x $@

Also available in: Unified diff