My Project
debian-1:4.1.2-p1+ds-2
factory
test_install.cc
Go to the documentation of this file.
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'
);
16
printf(
"%s\n"
,
FACTORYVERSION
);
17
printf(
"%s\n"
,
factoryConfiguration
);
18
printf(
"Factory lives!!"
);
19
return
0;
20
}
FACTORYVERSION
#define FACTORYVERSION
Definition:
factoryconf.h:53
main
int main()
Definition:
test_install.cc:12
factory.h
factoryConfiguration
const char factoryConfiguration[]
extern const char factoryConfiguration[];
setCharacteristic
void setCharacteristic(int c)
Definition:
cf_char.cc:23
Generated on Thu Jan 9 2020 20:32:43 for My Project by
doxygen 1.8.16
for
Singular debian-1:4.1.2-p1+ds-2