Changeset f23cce in git
- Timestamp:
- Feb 22, 2012, 9:52:12 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 1f5565d2829f45250e828d16e67ca4d3ea19e8a2
- Parents:
- 232bbd53fe67fd62379e6eb97d8195caeb29d405
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-22 21:52:12+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-02-23 20:35:09+01:00
- Location:
- libpolys/tests
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/tests/common.h
r232bbd5 rf23cce 20 20 #include <resources/feResource.h> 21 21 22 #ifndef PLURAL_INTERNAL_DECLARATIONS 23 #define PLURAL_INTERNAL_DECLARATIONS 24 #endif 25 26 #ifndef PLURAL_INTERNAL_DECLARATIONS_GB_HACK 27 #define PLURAL_INTERNAL_DECLARATIONS_GB_HACK 28 #endif 29 30 #include <polys/nc/gb_hack.h> 31 22 32 #ifdef HAVE_FACTORY 23 int initializeGMP(){ return 1; } 33 int initializeGMP(){ return 1; } // due to Factory... 24 34 int mmInit(void) {return 1; } // ? due to SINGULAR!!!...??? 25 35 #endif -
libpolys/tests/polys_test.h
r232bbd5 rf23cce 1 #include "config.h"2 3 1 #include "common.h" 4 2 using namespace std;
Note: See TracChangeset
for help on using the changeset viewer.