~ubuntu-branches/ubuntu/vivid/nodejs/vivid

« back to all changes in this revision

Viewing changes to deps/uv/build.mk

  • Committer: Package Import Robot
  • Author(s): Jérémy Lal
  • Date: 2013-11-13 23:17:51 UTC
  • mfrom: (1.1.29)
  • mto: This revision was merged to the branch mainline in revision 33.
  • Revision ID: package-import@ubuntu.com-20131113231751-m6uqywp5dc4s4fxo
Tags: 0.10.22~dfsg1-1
* Upstream update. 
* Refresh patches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
114
114
        test/test-tcp-bind6-error.o \
115
115
        test/test-tcp-bind-error.o \
116
116
        test/test-tcp-close.o \
 
117
        test/test-tcp-close-accept.o \
117
118
        test/test-tcp-close-while-connecting.o \
118
119
        test/test-tcp-connect6-error.o \
119
120
        test/test-tcp-connect-error-after-write.o \
142
143
        test/test-udp-send-and-recv.o \
143
144
        test/test-util.o \
144
145
        test/test-walk-handles.o \
 
146
        test/test-watcher-cross-stop.o \
145
147
 
146
148
.PHONY: all bench clean clean-platform distclean test
147
149