Functions
test_install.cc File Reference
#include <factory.h>

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

int main ( void  )

Definition at line 12 of file test_install.cc.

13 {
14  // this will try to locate the GF(q) tables
15  setCharacteristic( 2, 3, 'Z' );
16  printf( "%s\n", factoryVersion );
17  printf( "%s\n", factoryConfiguration );
18  printf( "Factory lives!!" );
19  return 0;
20 }
void setCharacteristic(int c)
Definition: cf_char.cc:23
const char factoryConfiguration[]
extern const char factoryConfiguration[];
const char factoryVersion[]
extern const char factoryVersion[];