source: trunk/abcl/contrib/jss/javaparser-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: 376 bytes
Line 
1(in-package :asdf)
2(defsystem javaparser-tests
3  :defsystem-depends-on (prove-asdf)
4  :depends-on (javaparser
5               prove)
6  :components ((:module tests
7                        :pathname "t"
8                        :components ((:test-file "javaparser"))))
9  :perform (asdf:test-op (op c)
10                         (uiop:symbol-call :prove-asdf 'run-test-system c)))
Note: See TracBrowser for help on using the repository browser.