repo.or.cz
/
monitoring-plugins.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2056 from monitoring-plugins/fix_check_http_state_regex
[monitoring-plugins.git]
/
tap
/
Makefile.am
blob
86147c5c85a8415340ce6aa4e1e24a5845bb3cfa
1
# Tap self-tests are not implemented (yet?)
2
# SUBDIRS = tests
3
4
if USE_LIBTAP_LOCAL
5
noinst_LTLIBRARIES = libtap.la
6
libtap_la_SOURCES = tap.c tap.h
7
include_HEADERS = tap.h
8
endif USE_LIBTAP_LOCAL
9
10
# see top comment
11
#prove:
12
# prove -v -r
13