Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 18-Oct-2019 | - | ||||
TestAcquire.java | H A D | 18-Oct-2019 | 10.8 KiB | 301 | 232 | |
makefile.mk | H A D | 18-Oct-2019 | 3.8 KiB | 114 | 71 | |
readme.txt | H A D | 18-Oct-2019 | 576 | 22 | 17 | |
testacquire.cxx | H A D | 18-Oct-2019 | 17.7 KiB | 571 | 448 | |
types.idl | H A D | 18-Oct-2019 | 2.3 KiB | 65 | 51 |
readme.txt
1 Test scenarios: 2 3 > cd .../bridges/<outdir>/bin 4 > ./testacquire-java-server & 5 > sleep 3 # wait for server to accept connection 6 > ./testacquire-java-client 7 8 > cd .../bridges/<outdir>/bin 9 > ./testacquire-java-server & 10 > sleep 3 # wait for server to accept connection 11 > ./testacquire-native-client 12 13 > cd .../bridges/<outdir>/bin 14 > ./testacquire-native-server & 15 > sleep 3 # wait for server to accept connection 16 > ./testacquire-java-client 17 18 > cd .../bridges/<outdir>/bin 19 > ./testacquire-native-server & 20 > sleep 3 # wait for server to accept connection 21 > ./testacquire-native-client 22