From 46b96a145cde14b7ecf4a9608173508aa877b9fa Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Mon, 17 Mar 2008 02:31:22 +0000 Subject: preliminary test suite git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@153 7dcaeef0-15fb-0310-b436-a5af3365683c --- tests/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/Makefile (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile new file mode 100644 index 00000000..bebfe5b6 --- /dev/null +++ b/tests/Makefile @@ -0,0 +1,9 @@ +all: test_tunnel +CFLAGS=-I../include/ -g -Wall +LDFLAGS=-lssh -L../libssh/.libs + +test_tunnel: test_tunnel.o authentication.o connection.o + gcc -o $@ $^ $(LDFLAGS) + +clean: + rm -f *.o test_tunnel -- cgit v1.2.3