Changeset 358 for branches/f4grobner/README
- Timestamp:
- 2015-06-06T13:30:41-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/README
r341 r358 68 68 Step 2. Execute Lisp commands: 69 69 ---------------------------------------------------------------- 70 >(load "ngrobner-package.lisp")71 >(ngrobner::compile-ngrobner)70 * (load "ngrobner-package.lisp") 71 * (ngrobner::compile-ngrobner) 72 72 ---------------------------------------------------------------- 73 73 … … 78 78 accordingly. After that, every time you load "grobner.mac" the 79 79 compiled version will be used. 80 81 == 5AM TESTS == 82 83 The system is set up for using the FiveAM unit testing framework. 84 One performs the tests by loading a single file: 85 ---------------------------------------------------------------- 86 * (load "5am-tests") 87 ---------------------------------------------------------------- 80 88 81 89 == ADDITIONAL COMMENTS ==
Note:
See TracChangeset
for help on using the changeset viewer.