andy128k / cl-gobject-introspection

BSD 2-Clause "Simplified" License
49 stars 15 forks source link

cl-gobject-introspection.asd: Add asdf:test-system support #12

Closed hying-caritas closed 10 years ago

hying-caritas commented 10 years ago

Now you can use (adsf:test-system :cl-gobject-introspection) to run the unit test suite.

Take a look at the asdf test-op document for this. This only works for ASDF3. I think we need not to support ASDF2?