16
17
18
19
20
21
22
23
24
25
|
;; You should have received a copy of the GNU General Public License
;; along with Megatest. If not, see <http://www.gnu.org/licenses/>.
;;======================================================================
(declare (unit stml2))
(declare (uses cookie))
(include "stml2/stml2.scm")
|
>
>
|
16
17
18
19
20
21
22
23
24
25
26
27
|
;; You should have received a copy of the GNU General Public License
;; along with Megatest. If not, see <http://www.gnu.org/licenses/>.
;;======================================================================
(declare (unit stml2))
(declare (uses cookie))
(declare (uses dbi))
(declare (uses autoload))
(include "stml2/stml2.scm")
|