mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
19 lines
353 B
Bash
Executable File
19 lines
353 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. ../.function
|
|
|
|
## soap_client.test -- Test soap client feature
|
|
|
|
start_msg soap_client
|
|
|
|
#UTRACE="0 5M 0"
|
|
#UOBJDUMP="0 100k 10"
|
|
#USIMERR="error.sim"
|
|
export UTRACE UOBJDUMP USIMERR
|
|
|
|
start_prg soap_client add < inp/soap_add.res
|
|
start_prg soap_client reverse < inp/soap_reverse.res
|
|
|
|
# Test against expected output
|
|
test_output_diff soap_client
|