From 88ff55667012171c688471eaa84d16311018ec9c Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Wed, 7 Feb 2007 14:46:50 +0000 Subject: Added test files to test the parse_ini.c routines. Requires libtap git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1614 f882894a-f735-0410-b71e-b25c423dba1c --- lib/tests/Makefile.config-opts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/tests/Makefile.config-opts (limited to 'lib/tests/Makefile.config-opts') diff --git a/lib/tests/Makefile.config-opts b/lib/tests/Makefile.config-opts new file mode 100644 index 00000000..96326d34 --- /dev/null +++ b/lib/tests/Makefile.config-opts @@ -0,0 +1,6 @@ + +test_ini: test_ini.o ../parse_ini.o + gcc -g -o test_ini test_ini.o ../parse_ini.o ../utils_base.o -L/usr/local/lib /usr/local/lib/libtap.so -Wl,--rpath -Wl,/usr/local/lib + +test_ini.o: test_ini.c + gcc -g test_ini.c -I ../../plugins -I ../../gl -I ../.. -I .. -c -o test_ini.o -- cgit v1.2.3-74-g34f1