This directory houses proof-of-functionality tests.
gtime_log/
- Uses scripts in source tree to build a UCO Process object in a JSON-LD file, using only a GNU Time log file. Uses a virtual environment built without installingcase_gnu_time
.gtime_and_done_log/
- Asgtime_log/
, but using a timestamp recorded in another file tied to a process output.from_pip/
- Uses virtual environment with the packagecase_gnu_time
installed. (Runssetup.py
, notpip install
.) Runs programcase_gnu_time
, producing aProcess
as ingtime_log
.as_import/
- Usescase_gnu_time
as an imported package to create a custom-named UCOProcess
with aProcessFacet
.
Run make check
. make check
should be run from one directory up, at least once, to trigger some downloads.