Last change
on this file since 5160 was
2080,
checked in by mmc, 14 years ago
|
Part 1 of a major reorganization of content. Moving "instant" to "builder"
and setting up "builder" more like the "gui" part as a package. Moving the
Rappture::object stuff from the builder into the main installation, so it
can be shared by the tester as well. Moving "driver" into gui/scripts
where it belongs. Creating a new "launcher.tcl" script that decides
which of the three parts to launch based on command line options. Still
need to sort out the Makefiles to get this all right...
|
File size:
321 bytes
|
Line | |
---|
1 | |
---|
2 | package ifneeded RapptureTester @PACKAGE_VERSION@ [format { |
---|
3 | set dir [file normalize "%s"] |
---|
4 | set version @PACKAGE_VERSION@ |
---|
5 | lappend auto_path [file join $dir scripts] |
---|
6 | namespace eval RapptureTester { |
---|
7 | variable version $version |
---|
8 | variable library $dir |
---|
9 | } |
---|
10 | package provide RapptureTester $version |
---|
11 | } $dir] |
---|
12 | |
---|
Note: See
TracBrowser
for help on using the repository browser.