Lines Matching full:interop_server
13 INTEROP_SERVER="false"
16 INTEROP_SERVER="true"
19 INTEROP_SERVER="true"
23 # INTEROP_SERVER="true"
26 BUILD_ONLY="true" INTEROP_SERVER="false"
29 BUILD_ONLY="true" INTEROP_SERVER="false"
32 BUILD_ONLY="true" INTEROP_SERVER="false"
35 INTEROP_SERVER="false"
38 INTEROP_SERVER="false" FRAMEWORKS="YES"
41 BUILD_ONLY="true" INTEROP_SERVER="false"
56 - if [ "${INTEROP_SERVER}" = "true" ]; then
57 make interop_server;
58 (bins/$CONFIG/interop_server --port=5050 &);
59 (bins/$CONFIG/interop_server --port=5051 --use_tls &);