Changeset a27bc9 in git


Ignore:
Timestamp:
Nov 15, 2011, 11:48:11 AM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
5f9e7bec0bb1316bac84cb032e352550ef708474
Parents:
8babe7f5911040e9a652f83ae402f78b91d5c3ed
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-15 11:48:11+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-15 11:57:52+01:00
Message:
FIX: correct test environment for make check in kernel/, Singular/
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.am

    r8babe7f ra27bc9  
    241241########################### TEST #########################
    242242
    243 TESTS_ENVIRONMENT = SINGULARPATH='${top_builddir}/libpolys/tests'
     243TESTS_ENVIRONMENT = SINGULARPATH='${top_builddir}/libpolys/tests/MOD:${top_builddir}/libpolys/tests/gftables'
    244244TESTS_ENVIRONMENT += SINGULAR_ROOT_DIR='${top_builddir}'
    245245
  • kernel/Makefile.am

    r8babe7f ra27bc9  
    8484
    8585
    86 TESTS_ENVIRONMENT = SINGULARPATH='${top_builddir}/libpolys/tests'
     86TESTS_ENVIRONMENT = SINGULARPATH='${top_builddir}/libpolys/tests/MOD:${top_builddir}/libpolys/tests/gftables'
    8787TESTS_ENVIRONMENT += SINGULAR_ROOT_DIR='${top_builddir}'
    8888
Note: See TracChangeset for help on using the changeset viewer.