jengelh-datetimespielwiese
Last change
on this file since 362fc67 was
362fc67,
checked in by Martin Lee <martinlee84@…>, 11 years ago
|
chg: remove $Id$
|
-
Property mode set to
100644
|
File size:
375 bytes
|
Rev | Line | |
---|
[29349e] | 1 | /* emacs edit mode for this file is -*- C++ -*- */ |
---|
| 2 | |
---|
| 3 | //{{{ docu |
---|
| 4 | // |
---|
| 5 | // test_install.cc - test factory installation. |
---|
| 6 | // |
---|
| 7 | //}}} |
---|
| 8 | |
---|
| 9 | #include <factory.h> |
---|
| 10 | |
---|
| 11 | int |
---|
| 12 | main () |
---|
| 13 | { |
---|
| 14 | // this will try to locate the GF(q) tables |
---|
| 15 | setCharacteristic( 2, 3, 'Z' ); |
---|
[ede8ba] | 16 | printf( "%s\n", factoryVersion ); |
---|
| 17 | printf( "%s\n", factoryConfiguration ); |
---|
| 18 | printf( "Factory lives!!" ); |
---|
[29349e] | 19 | return 0; |
---|
| 20 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.