File: testunit.py

package info (click to toggle)
jas 2.7.200-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,732 kB
  • sloc: java: 164,370; python: 14,882; ruby: 14,509; xml: 583; makefile: 545; sh: 349
file content (20 lines) | stat: -rw-r--r-- 363 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# test functionality of the jython interface to jas.
# $Id$
#

# test ideal Groebner bases 
execfile("examples/trinksTest.py")

# test module Groebner bases 
execfile("examples/armbruster.py")

# test solvable Groebner bases 
execfile("examples/wa_32.py")

# test solvable module Groebner bases 
execfile("examples/solvablemodule.py")


import sys;
sys.exit();