Changeset aec311 in git


Ignore:
Timestamp:
Aug 4, 2011, 3:22:00 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
e585b609a109f4d4e1bc0cb54ceabf5dd6659d2a
Parents:
a3d94cc8a8a42a2f0a10758342fc722d5672fa42
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-04 15:22:00+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:14:26+01:00
Message:
ADD: include all the kernel - headers into tests for checking the linking...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test.cc

    ra3d94c raec311  
    1616#include <coeffs/si_gmp.h>
    1717
    18 /*
    1918#include <polys/kbuckets.h>
    2019#include <polys/matpol.h>
     
    3736#include <polys/nc/summator.h>
    3837
    39 //WRONG???/// #include <polys/operations/pShallowCopyDelete.h> // TODO!
    4038
    4139#include <polys/templates/p_MemAdd.h>
    4240#include <polys/templates/p_Procs.h>
    4341
    44 // #include <polys/clapconv.h> // factory?
    45 // #include <polys/clapsing.h>
    46 */
     42#include <polys/operations/pShallowCopyDelete.h>
     43
     44#include <polys/clapsing.h>
    4745
    4846
     
    5149#endif
    5250
    53 /*
    54 extern ring currRing;
    5551
    5652#include <coeffs/numbers.h>
     
    5854
    5955#include "mod2.h"
    60 
    61  
     56#include "structs.h"
     57
     58
    6259// HEADERS:
    63 
    6460#include "hutil.h"
    6561//#include "idrec.h" // moved to Singular
    6662#include "stairc.h"
    6763#include "ideals.h"
    68 #include "structs.h"
    6964#include "syz.h"
    7065#include "fast_maps.h"
     
    7570#include "khstd.h"
    7671/// #include "sparsmat.h" // TODO: install polys/this!
     72//+
     73
    7774#include "fglm.h"
    7875#include "kstd1.h"
     
    8178#include "kstdfac.h"
    8279#include "kmatrix.h"
    83 #include "dbm_sl.h"
    8480#include "GMPrat.h"
    8581#include "multicnt.h"
     
    9995#include "kutil.h"
    10096
     97////// #include "dbm_sl.h" // TODO: needs si_link?!
    10198
    10299// #include "CCRing.h" // Too old!
    103 #include "dbm_sl.h"
    104100#include "digitech.h"
    105101#include "eigenval.h"
    106 #include "F4.h" // uses tgb_internal
    107 //#include "F5cData.h"
    108 #include "f5c.h"
    109 //#include "F5cLists.h"
    110 #include "f5data.h"
    111 #include "f5gb.h"
    112 #include "f5lists.h"
    113102#include "fast_maps.h"
    114103#include "fast_mult.h"
    115104#include "febase.h"
    116105#include "fegetopt.h"
     106
    117107#include "fglmgauss.h"
    118108#include "fglm.h"
    119109#include "fglmvec.h"
     110
     111////////#include "F5cData.h"
     112#include "f5c.h"
     113#include "f5data.h"
     114#include "f5gb.h"
     115#include "f5lists.h"
     116////////#include "F5cLists.h"
     117
    120118#include "gfan.h"
     119
     120
    121121#include "GMPrat.h"
     122
    122123// #include "htmlhelp.h" // For Windows //
    123124#include "hutil.h"
    124125// #include "Ideal.h" // Too old?
     126
     127
    125128#include "ideals.h"
    126 #include "IIntvec.h"
    127 #include "khstd.h"
     129
    128130#include "kmatrix.h"
    129131#include "kstd1.h"
    130132#include "kstdfac.h"
     133#include "khstd.h"
    131134
    132135#include "linearAlgebra.h"
     136
     137
     138
    133139// #include "lplist.h" // Too old!
    134140#include "mmalloc.h"
     
    139145// #include "Poly.h" // Too old?
    140146// #include "PowerSeries.h" // Too old?
     147
     148
    141149#include "ratgring.h"
    142150#include "ringgb.h"
     
    154162#include "tgbgauss.h"
    155163#include "tgb.h"
    156 #include "tgb_internal.h" // uses kutil :(
     164
    157165#include "timer.h"
     166
    158167#include "units.h"
    159168#include "walkMain.h"
     
    161170#include "walkSupport.h"
    162171
    163 */
     172
     173// NOTE: including any of the following will lead to including factory.h with a bunch of C++ errors...
     174#ifdef HAVE_FACTORY
     175// #include <factory/factory.h> // :(
     176#endif
     177// #include <polys/clapconv.h> // due to factory? :(
     178// #include "tgb_internal.h" // :(
     179// #include "F4.h" // uses tgb_internal // :(
     180// #include "IIntvec.h" // :(
     181
     182
    164183
    165184
Note: See TracChangeset for help on using the changeset viewer.