Searched refs:cross (Results 1 – 25 of 39) sorted by relevance
12
/thrift-3.4.0/lib/kotlin/ |
D | README.md | 3 …bthrift (i.e. Java library), the purpose of this library is to encode the cross test server and cl… 9 3. cross test code is put under `crossTest` sources set, i.e. `src/crossTest` directory which, unli… 14 2. `cross-test-client` module for bundling a standalone test client, 15 3. `cross-test-server` module for bundling a standalone test server 29 ## How to run cross test server / client 32 gradle :cross-test-server:run 36 gradle :cross-test-client:run
|
D | Makefile.am | 46 cross-test-client \ 47 cross-test-server \
|
/thrift-3.4.0/lib/java/gradle/ |
D | functionalTests.gradle | 23 // Functional testing harness creation. This helps run the cross-check tests. 38 // 1. defines cross test implementation that includes all test implementation, which in turn 40 // 2. defines cross test runtime that further includes test runtime only dependencies 41 // 3. the cross test implementation will need to depends on main and test output 42 // 4. shadow jar will package both main and test source set, along with cross test runtime dependen… 45 description "implementation for cross test" 49 description "runtime dependencies for cross test" 61 // eliminates startup problems with wrapping the cross-check harness in Gradle. 65 description = 'Assemble a test JAR file for cross-check execution' 102 description = 'Generate a runner script for cross-check tests with TestClient' [all …]
|
D | publishing.gradle | 56 … description = 'Thrift is a software framework for scalable cross-language services development.'
|
/thrift-3.4.0/debian/ |
D | control | 24 Thrift is a software framework for scalable cross-language services 39 Thrift is a software framework for scalable cross-language services 56 Thrift is a software framework for scalable cross-language services 72 Thrift is a software framework for scalable cross-language services 89 Thrift is a software framework for scalable cross-language services 106 Thrift is a software framework for scalable cross-language services 120 Thrift is a software framework for scalable cross-language services 134 Thrift is a software framework for scalable cross-language services 148 Thrift is a software framework for scalable cross-language services 161 Thrift is a software framework for scalable cross-language services [all …]
|
/thrift-3.4.0/ |
D | Makefile.am | 72 .PHONY: precross cross 98 cross-%: precross crossfeature 101 cross: cross-.* target
|
D | Thrift.podspec | 6 The Apache Thrift scalable cross-language software framework for networked services development com…
|
D | README.md | 203 To run the cross-language test suite, please run: 205 make cross
|
D | sonar-project.properties | 14 The Apache Thrift software framework, for scalable cross-language services
|
/thrift-3.4.0/build/cmake/ |
D | README.md | 5 Extend Apache Thrift's *make cross* approach to the build system. 47 make cross 70 * make cross
|
D | mingw32-toolchain.cmake | 1 # CMake mingw32 cross compile toolchain file
|
/thrift-3.4.0/test/ |
D | README.md | 3 This is the cross everything integration test suite for Apache Thrift. 11 make cross 13 This starts the [test.py](test.py) script which does the real cross test with 41 The cross test cases are defined in [tests.json](tests.json). 90 Since many cross tests currently fail (mainly due to partial incompatibility 118 cross language tests according to [ThriftTest.thrift](ThriftTest.thrift) shall be 164 If you have executed the **make check** or **make cross** then you will be able to browse
|
/thrift-3.4.0/build/docker/scripts/ |
D | cross-test.sh | 9 make cross$1
|
/thrift-3.4.0/aclocal/ |
D | ax_lib_zlib.m4 | 21 dnl NOTE: This macro does not currently work for cross-compiling, 22 dnl but it can be easily modified to allow it. (grep "cross"). 75 dnl This can be changed to AC_LINK_IFELSE if you are cross-compiling.
|
D | ax_lib_event.m4 | 23 dnl NOTE: This macro does not currently work for cross-compiling, 24 dnl but it can be easily modified to allow it. (grep "cross"). 76 dnl This can be changed to AC_LINK_IFELSE if you are cross-compiling,
|
D | ax_signed_right_shift.m4 | 15 dnl NOTE: This macro does not work for cross-compiling.
|
/thrift-3.4.0/test/haxe/ |
D | project.hide | 4 ,"name" : "Apache Thrift cross-platform test client/server"
|
/thrift-3.4.0/lib/nodejs/examples/ |
D | README.md | 40 You can test HTTP cross platform with the httpServer.py Python server
|
/thrift-3.4.0/build/docker/ |
D | README.md | 115 To run the cross tests (just like Travis CI does): 118 root@8caf56b0ce7b:/thrift/src# build/docker/scripts/cross-test.sh 128 your user host shell. Once the unit tests and cross test passes locally,
|
/thrift-3.4.0/doc/ |
D | committers.md | 20 1. Run the necessary unit tests and cross-language test cases to verify the patch
|
/thrift-3.4.0/test/erl/src/ |
D | thrift_test.app.src | 22 {description, "Thrift cross language test"},
|
/thrift-3.4.0/contrib/transport-sample/ |
D | README.md | 4 This cross-platform project has been built with Windows Visual Studio 10 and
|
/thrift-3.4.0/test/keys/ |
D | README.md | 3 Primary use are unit test suites and cross language tests.
|
/thrift-3.4.0/lib/nodejs/ |
D | README.md | 70 …and servers are included in the thrift/lib/nodejs/examples folder and the cross language tutorial …
|
/thrift-3.4.0/contrib/ |
D | thrift.spec | 58 Thrift is a software framework for scalable cross-language services
|
12