jengelh-datetimespielwiese
Last change
on this file since 341696 was
341696,
checked in by Hans Schönemann <hannes@…>, 13 years ago
|
Adding Id property to all files
git-svn-id: file:///usr/local/Singular/svn/trunk@12231 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
386 bytes
|
Rev | Line | |
---|
[29349e] | 1 | /* emacs edit mode for this file is -*- C++ -*- */ |
---|
[341696] | 2 | /* $Id$ */ |
---|
[29349e] | 3 | |
---|
| 4 | //{{{ docu |
---|
| 5 | // |
---|
| 6 | // test_install.cc - test factory installation. |
---|
| 7 | // |
---|
| 8 | //}}} |
---|
| 9 | |
---|
| 10 | #include <factory.h> |
---|
| 11 | |
---|
| 12 | int |
---|
| 13 | main () |
---|
| 14 | { |
---|
| 15 | // this will try to locate the GF(q) tables |
---|
| 16 | setCharacteristic( 2, 3, 'Z' ); |
---|
[ede8ba] | 17 | printf( "%s\n", factoryVersion ); |
---|
| 18 | printf( "%s\n", factoryConfiguration ); |
---|
| 19 | printf( "Factory lives!!" ); |
---|
[29349e] | 20 | return 0; |
---|
| 21 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.