ICE 3.4.2
[php5-ice-freebsdport.git] / cs / test / Ice / Makefile.mak
blob49becd1d5dbc452c29a8b144548d11887d9f5879
1 # **********************************************************************
3 # Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
5 # This copy of Ice is licensed to you under the terms described in the
6 # ICE_LICENSE file included in this distribution.
8 # **********************************************************************
10 top_srcdir = ..\..
12 !include $(top_srcdir)/config/Make.rules.mak.cs
14 SUBDIRS = application \
15 adapterDeactivation \
16 exceptions \
17 facets \
18 faultTolerance \
19 info \
20 inheritance \
21 invoke \
22 hold \
23 location \
24 objects \
25 binding \
26 proxy \
27 properties \
28 operations \
29 ami \
30 dispatcher \
31 slicing \
32 checksum \
33 stream \
34 retry \
35 timeout \
36 servantLocator \
37 interceptor \
38 dictMapping \
39 seqMapping \
40 background \
41 udp \
42 defaultServant \
43 defaultValue \
44 threadPoolPriority
46 $(EVERYTHING)::
47 @for %i in ( $(SUBDIRS) ) do \
48 @echo "making $@ in %i" && \
49 cmd /c "cd %i && $(MAKE) -nologo -f Makefile.mak $@" || exit 1
51 test::
52 @python $(top_srcdir)/allTests.py