Skip to content

Commit

Permalink
FIX: correct test environment for make check in kernel/, Singular/
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Motsak committed Nov 15, 2011
1 parent 8babe7f commit a27bc9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Singular/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ LIB/all.lib: ${srcdir}/make_alllib.sh ${srcdir}/LIB/all.lib.tmpl ${singularlibra

########################### TEST #########################

TESTS_ENVIRONMENT = SINGULARPATH='${top_builddir}/libpolys/tests'
TESTS_ENVIRONMENT = SINGULARPATH='${top_builddir}/libpolys/tests/MOD:${top_builddir}/libpolys/tests/gftables'
TESTS_ENVIRONMENT += SINGULAR_ROOT_DIR='${top_builddir}'

TESTS=testg testr
Expand Down
2 changes: 1 addition & 1 deletion kernel/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ endif
AM_LDFLAGS = -L${top_builddir}/kernel -L${top_builddir}/libpolys/polys -L${top_builddir}/libpolys/coeffs -L${top_builddir}/libpolys/reporter -L${top_builddir}/libpolys/resources -L${top_builddir}/libpolys/misc $(USE_FACTORY) -L${top_builddir}/omalloc


TESTS_ENVIRONMENT = SINGULARPATH='${top_builddir}/libpolys/tests'
TESTS_ENVIRONMENT = SINGULARPATH='${top_builddir}/libpolys/tests/MOD:${top_builddir}/libpolys/tests/gftables'
TESTS_ENVIRONMENT += SINGULAR_ROOT_DIR='${top_builddir}'

TESTS = testg testr
Expand Down

0 comments on commit a27bc9f

Please sign in to comment.