File: gt_mathsupport_include.rb

package info (click to toggle)
genometools 1.6.6%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 50,576 kB
  • sloc: ansic: 271,876; ruby: 29,930; python: 5,106; sh: 3,083; makefile: 1,213; perl: 219; pascal: 159; haskell: 37; sed: 5
file content (12 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
Name "mathsupport Lua rand_max"
Keywords "gt_scripts mathsupport"
Test do
  run_test "#{$bin}gt -seed 12345 #{$testdata}/gtscripts/mathsupport.lua"
end

Name "mathsupport Lua rand_max (wrong seed)"
Keywords "gt_scripts mathsupport"
Test do
  run_test "#{$bin}gt -seed 54321 #{$testdata}/gtscripts/mathsupport.lua", \
           :retval => 1
end