4
0

Makefile.am 235 B

12345678910111213
  1. # Tap self-tests are not implemented (yet?)
  2. # SUBDIRS = tests
  3. if USE_LIBTAP_LOCAL
  4. noinst_LTLIBRARIES = libtap.la
  5. libtap_la_SOURCES = tap.c tap.h
  6. include_HEADERS = tap.h
  7. endif USE_LIBTAP_LOCAL
  8. # see top comment
  9. #prove:
  10. # prove -v -r