source: trunk/abcl/contrib/jss/jss-tests.asd

Last change on this file was 15571, checked in by Mark Evenson, 2 years ago

Update to javaparser 3.24.2. Fix tests. Fix typo: ignoreable -> ignorable. Have invoke load javaparser first time #1 is used.

File size: 489 bytes
Line 
1;;;; -*- Mode: LISP -*-
2(in-package :asdf)
3(defsystem jss-tests
4  :defsystem-depends-on (quicklisp-abcl
5                         prove-asdf)
6  :depends-on (jss
7               prove)
8  :components ((:module tests
9                        :pathname "t"
10                        :components ((:test-file "jss-tests")
11                                     (:test-file "collections"))))
12  :perform (asdf:test-op (op c)
13                         (uiop:symbol-call :prove-asdf 'run-test-system c)))
Note: See TracBrowser for help on using the repository browser.