mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-05-28 04:35:40 -04:00
14 lines
230 B
Makefile
14 lines
230 B
Makefile
|
|
|
||
|
|
TESTS = test.t
|
||
|
|
TESTS_ENVIRONMENT = $(SHELL)
|
||
|
|
|
||
|
|
EXTRA_DIST = $(TESTS) test.pl
|
||
|
|
|
||
|
|
check_PROGRAMS = test
|
||
|
|
|
||
|
|
test_CFLAGS = -g -I../../src
|
||
|
|
test_LDFLAGS = -L../../src
|
||
|
|
test_LDADD = -ltap
|
||
|
|
|
||
|
|
CLEANFILES = test.o test.c.out test.pl.out
|