Artifact 4f0f3c6133173175f312b4a00b21e5ef5107f8b3:
- File Tests/pkgIndex.eagle — part of check-in [b8b02007c6] at 2011-09-29 00:37:14 on branch trunk — Finish converting the unit test infrastructure to a full-fledged Eagle package. Also, update Eagle in externals to the latest beta 18 release candidate. (user: mistachkin size: 507)
- File lib/System.Data.SQLite/pkgIndex.eagle — part of check-in [8728586263] at 2015-06-05 22:04:42 on branch trunk — Refactor how the test suite infrastructure package is handled. (user: mistachkin size: 507)
############################################################################### # # pkgIndex.eagle -- # # Written by Joe Mistachkin. # Released to the public domain, use at your own risk! # ############################################################################### if {![package vsatisfies [package provide Tcl] 8.4]} {return} if {![package vsatisfies [package provide Eagle] 1.0]} {return} package ifneeded System.Data.SQLite.Test 1.0 \ [list source [file join $dir common.eagle]]