Changeset ba5e9e in git for libpolys/tests
- Timestamp:
- Sep 3, 2013, 7:51:09 AM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 20e3062f8cd8d69f35dd291d47f4283409f11663
- Parents:
- 246bbba7f51d8c867efe9455dd4f01c8773e3daf
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-09-03 07:51:09+02:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-09-03 07:58:50+02:00
- Location:
- libpolys/tests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/tests/coeffs_test.h
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "libpolysconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 #include <misc/auxiliary.h> -
libpolys/tests/common.h
r246bbb rba5e9e 10 10 11 11 #ifdef HAVE_CONFIG_H 12 #include " config.h"12 #include "libpolysconfig.h" 13 13 #endif /* HAVE_CONFIG_H */ 14 14 -
libpolys/tests/simple_test.h
r246bbb rba5e9e 1 1 #ifdef HAVE_CONFIG_H 2 #include " config.h"2 #include "libpolysconfig.h" 3 3 #endif /* HAVE_CONFIG_H */ 4 4 #include <misc/auxiliary.h>
Note: See TracChangeset
for help on using the changeset viewer.