summaryrefslogtreecommitdiffstats
path: root/lib/tests/Makefile.config-opts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tests/Makefile.config-opts')
-rw-r--r--lib/tests/Makefile.config-opts6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/tests/Makefile.config-opts b/lib/tests/Makefile.config-opts
new file mode 100644
index 0000000..96326d3
--- /dev/null
+++ b/lib/tests/Makefile.config-opts
@@ -0,0 +1,6 @@
1
2test_ini: test_ini.o ../parse_ini.o
3 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
4
5test_ini.o: test_ini.c
6 gcc -g test_ini.c -I ../../plugins -I ../../gl -I ../.. -I .. -c -o test_ini.o