mirror of https://github.com/getdnsapi/getdns.git
automake-ified src/test
This commit is contained in:
parent
228a5d9868
commit
16ae333802
|
@ -0,0 +1,5 @@
|
|||
AM_CPPFLAGS = -Wall -Werror -g -fPIC -I$(srcdir)/ -I/usr/local/include -I../common -std=c99
|
||||
AM_LDFLAGS = -L../common -L/usr/local/lib -lgetdns
|
||||
bin_PROGRAMS = tests_list tests_dict
|
||||
tests_list_SOURCES = tests_list.c testmessages.c
|
||||
tests_dict_SOURCES = tests_dict.c testmessages.c
|
Loading…
Reference in New Issue