Remove a test that shouldn't have been added

This commit is contained in:
Neel Goyal 2013-12-11 16:46:56 -05:00
parent 1e9f716b6f
commit 0c0d5b63ae
1 changed files with 1 additions and 5 deletions

View File

@ -19,7 +19,7 @@ CC=gcc
CFLAGS=@CFLAGS@ -Wall -I$(srcdir)/ -I$(srcdir)/../ -I/usr/local/include -std=c99 $(cflags)
LDFLAGS=@LDFLAGS@ -L. -L.. -L/usr/local/lib
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
@ -36,10 +36,6 @@ tests_dict: tests_dict.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
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
$(LIBTOOL) --tag=CC --mode=link $(CC) $(CFLAGS) $(LDFLAGS) $(LDLIBS) -o $@ tests_stub_async.o testmessages.o