The Uranium Test Engine Code
Status: Beta
Brought to you by:
teodor
| File | Date | Author | Commit |
|---|---|---|---|
| U-238 | 2014-09-04 |
|
[609a7b] rfc3965 (uri) added wip |
| docs | 2013-01-15 |
|
[713284] uranium_intro: fix errors. |
| .gitignore | 2011-10-02 |
|
[5e848c] Update .gitignore |
| LICENSE | 2011-10-05 |
|
[647351] Add LICENSE |
| README | 2012-05-22 |
|
[4fa15b] README changes |
Uranium (mostly) is a test framework.
Now it tested with SWI-Prolog only.
Before using Uranium you should define the Uranium path
in you .plrc like this:
:- dynamic user:file_search_path/2.
:- assertz(user:file_search_path(u,
'/home/serg/uranium-test/U-238/u')).