source: git/factory/test_install.cc @ c74d6a

spielwiese
Last change on this file since c74d6a was 341696, checked in by Hans Schönemann <hannes@…>, 14 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
Line 
1/* emacs edit mode for this file is -*- C++ -*- */
2/* $Id$ */
3
4//{{{ docu
5//
6// test_install.cc - test factory installation.
7//
8//}}}
9
10#include <factory.h>
11
12int
13main ()
14{
15    // this will try to locate the GF(q) tables
16    setCharacteristic( 2, 3, 'Z' );
17    printf( "%s\n", factoryVersion );
18    printf( "%s\n", factoryConfiguration );
19    printf( "Factory lives!!" );
20    return 0;
21}
Note: See TracBrowser for help on using the repository browser.