source: git/factory/test_install.cc @ 26da1d

spielwiese
Last change on this file since 26da1d 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
RevLine 
[29349e]1/* emacs edit mode for this file is -*- C++ -*- */
[341696]2/* $Id$ */
[29349e]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' );
[ede8ba]17    printf( "%s\n", factoryVersion );
18    printf( "%s\n", factoryConfiguration );
19    printf( "Factory lives!!" );
[29349e]20    return 0;
21}
Note: See TracBrowser for help on using the repository browser.