Changeset a01c17 in git for kernel/numeric


Ignore:
Timestamp:
May 5, 2014, 10:35:55 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
7b7c2ce17245aa66623de2cfda436004a22d11a6
Parents:
aab74b41aad1e467f6d1fc08d313d0b363dd7885
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-05 22:35:55+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-05-07 04:41:42+02:00
Message:
Templates for unit testing kernel subparts (like kernel/GBEngine, kernel/combinatorics, kernel/fglm etc...)
Location:
kernel/numeric
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/numeric/Makefile.am

    raab74b ra01c17  
    1313
    1414
     15TESTS_ENVIRONMENT = SINGULARPATH='${abs_top_builddir}/libpolys/polys/.libs:${abs_top_builddir}/factory/gftables'
     16TESTS_ENVIRONMENT += SINGULAR_ROOT_DIR='${abs_top_builddir}'
     17
     18TESTS = test
     19check_PROGRAMS = $(TESTS)
     20test_SOURCES = test.cc
     21test_LDADD   = libnumeric.la ${builddir}/../libkernelCommon.la
     22
     23CLEANFILES = $(TESTS)
Note: See TracChangeset for help on using the changeset viewer.