quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

test1169 (492B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 runtests.pl
      5 </keywords>
      6 </info>
      7 
      8 #
      9 # Client-side
     10 <client>
     11 <server>
     12 none
     13 </server>
     14 <name>
     15 Verify that runtests.pl accepts an -L option
     16 </name>
     17 
     18 <command type="perl">
     19 %SRCDIR/runtests.pl -L %PWD/%LOGDIR/test%TESTNUMBER-library.pl
     20 </command>
     21 # Create a simple perl snippet that lets runtests.pl
     22 # exit with a code we can check.
     23 <file name="%LOGDIR/test%TESTNUMBER-library.pl">
     24 exit 123
     25 </file>
     26 </client>
     27 
     28 <verify>
     29 <errorcode>
     30 123
     31 </errorcode>
     32 </verify>
     33 
     34 </testcase>