Changeset 2617dd5 in git


Ignore:
Timestamp:
Jan 13, 2010, 10:16:27 PM (13 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
d04ef3dab2a25a86536dd4d029684fd1bdd519d2
Parents:
03993beb87e3cc442e9ff88e2b2f8dcdd584ec58
Message:
Added examples for cppunit tests. call make test to build and run them. 

git-svn-id: file:///usr/local/Singular/svn/trunk@12434 2c84dea3-7e68-4137-9b89-c4e89433aadc
Files:
12 added
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile.in

    r03993b r2617dd5  
    134134distclean: local-distclean
    135135        $(recurse)
     136        rm -rf build
    136137
    137138maintainer-clean: uninstall local-maintainer-clean
     
    169170Tst-Long:  ${SINGULAR} Tst/Long/ok_l.lst Tst/regress.cmd
    170171        ${PERL} Tst/regress.cmd -r -s ${SINGULAR} Tst/Long/ok_l.lst
     172
     173##############################################################
     174test:
     175        mkdir -p build
     176        (cd build && cmake .. && make && make test)
    171177
    172178##############################################################
  • Singular/ipshell.h

    r03993b r2617dd5  
    3030typedef struct _scmdnames cmdnames;
    3131
    32 extern cmdnames cmds[];
     32//extern cmdnames cmds[];
    3333extern const char *lastreserved;
    3434extern const char *singular_date;
Note: See TracChangeset for help on using the changeset viewer.