tests/resolver: don't link against -lstrophe

This commit is contained in:
Dmitry Podgorny
2016-04-30 16:39:31 +00:00
parent c62d1d64ab
commit 7f57e3987a
3 changed files with 9 additions and 6 deletions

View File

@@ -9,7 +9,10 @@
* This program is dual licensed under the MIT and GPLv3 licenses.
*/
/* gcc -o test_resolver -I. -I./src tests/test_resolver.c -static -lstrophe */
/*
* gcc -o test_resolver -I./src tests/test_resolver.c src/resolver.c \
* src/snprintf.c
*/
#include <assert.h>
#include <stdio.h>