tests/resolver: don't link against -lstrophe
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user