My Project  debian-1:4.1.1-p2+ds-4build2
Functions
test_install.cc File Reference
#include "factory.h"

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

◆ main()

int main ( )

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 }
FACTORYVERSION
#define FACTORYVERSION
Definition: factoryconf.h:52
factoryConfiguration
const char factoryConfiguration[]
extern const char factoryConfiguration[];
setCharacteristic
void setCharacteristic(int c)
Definition: cf_char.cc:23