Changeset bb3c2d3 in git


Ignore:
Timestamp:
May 6, 1997, 8:13:59 PM (27 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
fda54cc9bb97ba61eaa5072cb7455d0fb0f488af
Parents:
fd4bdead5f7c89c1b86ada749d9a634013c0124b
Message:
* Changed test a little


git-svn-id: file:///usr/local/Singular/svn/trunk@272 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/INSTALL

    rfd4bde rbb3c2d3  
    1717distribution.
    1818
     19Installation for the Impatient
     20==============================
     21Being in the directory which contains this file, type
     22
     23  ./configure
     24  make
    1925
    2026Basic Installation
  • Singular/Makefile.in

    rfd4bde rbb3c2d3  
    235235
    236236clean:
    237         -rm -rf Singular* *.o *.og core *.d *.dd *~ \#* /tmp/mp*
    238         cd ${testdir}; rm -f *.got *dump* *.diff
     237        -rm -rf Singular* *.o *.og core *.d *.dd *~ \#* /tmp/mp* \
     238                *.got *dump* *.diff
    239239        cd ${docdir}; ${MAKE} clean
    240240
     
    254254
    255255check:  Singular ${testdir}/general_test.in ${testdir}/general_test.out
    256         - SINGULARPATH=`pwd`/LIB; export SINGULARPATH; \
     256        - @ SINGULARPATH=`pwd`/LIB; export SINGULARPATH; \
    257257        PATH=`pwd`:${PATH}; export PATH;\
    258         cd ${testdir}; ./comparecheck general_test.in general_test.out
    259         if test "${WITH_MP}" = yes; then ${MAKE} mpcheck; fi;
    260         if test "${WITH_FACTORY}" = yes && test "${WITH_LIBFAC}" = yes; then \
     258        ${testdir}/comparecheck ${testdir}/general_test.in ${testdir}/general_test.out
     259        @ if test "${WITH_MP}" = yes; then ${MAKE} mpcheck; fi;
     260        @ if test "${WITH_FACTORY}" = yes && test "${WITH_LIBFAC}" = yes; then \
    261261          ${MAKE} factorycheck;\
    262262        fi     
     
    264264
    265265mpcheck: Singular ${testdir}/mpcheck ${testdir}/mpcheck.data
    266         - SINGULARPATH=`pwd`/LIB; export SINGULARPATH; \
     266        - @ SINGULARPATH=`pwd`/LIB; export SINGULARPATH; \
    267267        PATH=`pwd`:${PATH}; export PATH;\
    268         cd ${testdir}; ./mpcheck mpcheck.data
     268        ${testdir}/mpcheck ${testdir}/mpcheck.data
    269269
    270270factorycheck: Singular ${testdir}/comparecheck ${testdir}/fac_test.in \
     
    272272        - SINGULARPATH=`pwd`/LIB; export SINGULARPATH; \
    273273        PATH=`pwd`:${PATH}; export PATH;\
    274         cd ${testdir}; ./comparecheck fac_test.in fac_test.out
     274        ${testdir}/comparecheck ${testdir}/fac_test.in ${testdir}/fac_test.out
    275275       
    276276##
Note: See TracChangeset for help on using the changeset viewer.