Makefile.am 122 B

12345678
  1. SUBDIRS = . tests
  2. python_PYTHON = __init__.py log.py
  3. pythondir = $(pyexecdir)/isc/log
  4. pytest:
  5. $(SHELL) tests/log_test