Artifact
b1bd6c7a477cd58300438efc2a23c3a1373ec49f:
- File
Tests/common.eagle
— part of check-in
[2a2aa7392c]
at
2011-07-04 10:47:02
on branch trunk
— Add test for ticket [2c630bffa7] and some unit-testing infrastructure.
(user:
mistachkin
size: 495)
###############################################################################
#
# common.eagle --
#
# Written by Joe Mistachkin.
# Released to the public domain, use at your own risk!
#
###############################################################################
if {[isEagle]} then {
object load -loadtype File [file join [file dirname $path] bin \
[expr {[haveConstraint imageRuntime40] ? "2010" : "2008"}] \
$test_configuration bin System.Data.SQLite.dll]
}