mirror of https://github.com/getdnsapi/getdns.git
Remove a test that shouldn't have been added
This commit is contained in:
parent
1e9f716b6f
commit
0c0d5b63ae
|
@ -19,7 +19,7 @@ CC=gcc
|
||||||
CFLAGS=@CFLAGS@ -Wall -I$(srcdir)/ -I$(srcdir)/../ -I/usr/local/include -std=c99 $(cflags)
|
CFLAGS=@CFLAGS@ -Wall -I$(srcdir)/ -I$(srcdir)/../ -I/usr/local/include -std=c99 $(cflags)
|
||||||
LDFLAGS=@LDFLAGS@ -L. -L.. -L/usr/local/lib
|
LDFLAGS=@LDFLAGS@ -L. -L.. -L/usr/local/lib
|
||||||
LDLIBS=-lgetdns @LIBS@
|
LDLIBS=-lgetdns @LIBS@
|
||||||
PROGRAMS=tests_dict tests_list tests_stub_async tests_stub_sync tests_list_mu
|
PROGRAMS=tests_dict tests_list tests_stub_async tests_stub_sync
|
||||||
|
|
||||||
.SUFFIXES: .c .o .a .lo .h
|
.SUFFIXES: .c .o .a .lo .h
|
||||||
|
|
||||||
|
@ -36,10 +36,6 @@ tests_dict: tests_dict.o testmessages.o
|
||||||
tests_list: tests_list.o testmessages.o
|
tests_list: tests_list.o testmessages.o
|
||||||
$(LIBTOOL) --tag=CC --mode=link $(CC) $(CFLAGS) $(LDFLAGS) $(LDLIBS) -o $@ tests_list.o testmessages.o
|
$(LIBTOOL) --tag=CC --mode=link $(CC) $(CFLAGS) $(LDFLAGS) $(LDLIBS) -o $@ tests_list.o testmessages.o
|
||||||
|
|
||||||
tests_list_mu: tests_list_mu.o
|
|
||||||
$(LIBTOOL) --tag=CC --mode=link $(CC) $(CFLAGS) $(LDFLAGS) $(LDLIBS) -lcunit -o $@
|
|
||||||
tests_list_mu.o
|
|
||||||
|
|
||||||
tests_stub_async: tests_stub_async.o testmessages.o
|
tests_stub_async: tests_stub_async.o testmessages.o
|
||||||
$(LIBTOOL) --tag=CC --mode=link $(CC) $(CFLAGS) $(LDFLAGS) $(LDLIBS) -o $@ tests_stub_async.o testmessages.o
|
$(LIBTOOL) --tag=CC --mode=link $(CC) $(CFLAGS) $(LDFLAGS) $(LDLIBS) -o $@ tests_stub_async.o testmessages.o
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue