Last change
on this file was
15324,
checked in by Mark Evenson, 4 years ago
|
ci: Use Jeannie to test <urn:abcl.org/**/*> namespace
ABCL-PROVE now executes the new <file:t/rdf.lisp> test.
|
File size:
372 bytes
|
Line | |
---|
1 | (require :abcl-contrib) |
---|
2 | (require :quicklisp-abcl) |
---|
3 | (require :abcl-asdf) |
---|
4 | |
---|
5 | (time |
---|
6 | (progn |
---|
7 | (ql:quickload :jeannie/test) |
---|
8 | (asdf:load-system :jeannie))) |
---|
9 | |
---|
10 | (prove:plan 1) |
---|
11 | |
---|
12 | (time |
---|
13 | (let ((p (asdf:system-relative-pathname :abcl "abcl.rdf"))) |
---|
14 | (prove:ok |
---|
15 | (jeannie:read-rdf p :format :n3)) |
---|
16 | (format nil "Reading RDF from <file:~a>." (namestring p)))) |
---|
17 | |
---|
18 | (prove:finalize) |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.