]> git.meshlink.io Git - meshlink/blob - test/Makefile.am
Remove old tests for tinc 1.1 and add a basic test for MeshLink.
[meshlink] / test / Makefile.am
1 TESTS = \
2         basic.test
3
4 dist_check_SCRIPTS = $(TESTS)
5
6 AM_CPPFLAGS = -I../src
7
8 check_PROGRAMS = basic
9
10 basic_SOURCES = basic.c
11 basic_LDADD = ../src/libmeshlink.la