~ubuntu-branches/debian/squeeze/maxima/squeeze

« back to all changes in this revision

Viewing changes to share/contrib/diffequations/tests/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Camm Maguire
  • Date: 2006-10-18 14:52:42 UTC
  • mto: (1.1.5 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061018145242-vzyrm5hmxr8kiosf
ImportĀ upstreamĀ versionĀ 5.10.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
MAXIMA=maxima
2
 
 
3
 
check:
4
 
        (echo 'to_lisp();';\
5
 
        echo '(setq *maxima-testsdir* ".")';\
6
 
        echo '(to-maxima)';\
 
1
MAXIMA=../../../../maxima-local
 
2
 
 
3
TEST_FILES = \
 
4
        rtestode_murphy_1_1.mac rtestode_murphy_1_2.mac rtestode_murphy_1_3.mac \
 
5
        rtestode_murphy_1_4.mac rtestode_murphy_1_5.mac rtestode_murphy_1_6.mac \
 
6
        rtestode_murphy_2_1.mac rtestode_murphy_2_2.mac rtestode_murphy_2_3.mac \
 
7
        rtestode_murphy_2_4.mac rtestode_murphy_2_5.mac  \
 
8
        rtestode_kamke_1_1.mac rtestode_kamke_1_2.mac rtestode_kamke_1_3.mac \
 
9
        rtestode_kamke_1_4.mac rtestode_kamke_1_5.mac rtestode_kamke_1_6.mac \
 
10
        rtest_sym.mac rtest_sym2.mac \
 
11
        rtest_ode1_riccati.mac rtest_ode1_abel.mac
 
12
 
 
13
check: $(TEST_FILES)
 
14
        (echo ':lisp (setq *maxima-testsdir* ".")';\
7
15
        echo "load('pdiff);";\
8
16
        echo "use_pdiff:false;";\
9
17
        echo "load('contrib_ode);";\
10
18
        echo 'run_testsuite();') | $(MAXIMA) 
11
19
 
12
20
# Verbose output
13
 
check.log:
14
 
        (echo 'to_lisp();';\
15
 
        echo '(setq *maxima-testsdir* ".")';\
16
 
        echo '(to-maxima)';\
 
21
check.log: $(TEST_FILES)
 
22
        (echo ':lisp (setq *maxima-testsdir* ".")';\
17
23
        echo "load('pdiff);";\
18
24
        echo "use_pdiff:false;";\
19
25
        echo "load('contrib_ode);";\