Top-level Files of trunk
Not logged in

Files in the top-level directory from the latest check-in of branch trunk

  • .mtutil.scm
  • .fossil-settings
  • autostuff
  • cgisetup
  • datashare-testing
  • docs
  • ducttape
  • example
  • example2
  • fossil-utils
  • iup-test
  • junk
  • lib
  • minimal
  • minimt
  • mkdeploy
  • mtargs
  • mutils
  • oldsrc
  • path-glob
  • pkts
  • stml2
  • tests
  • ulex
  • utils
  • wrappers
  • adjutant.scm
  • all-exceptions.ods
  • api.scm
  • apimod.scm
  • archive.scm
  • chicken.makefile
  • client.scm
  • codescanlib.scm
  • common.scm
  • common_records.scm
  • commonmod.scm
  • commonstructs
  • configf.scm
  • configure
  • cookie.scm
  • COPYING
  • dashboard-context-menu.scm
  • dashboard-guimonitor.scm
  • dashboard-tests.scm
  • dashboard.scm
  • datashare.scm
  • db.scm
  • db_records.scm
  • dbmod.scm
  • dcommon.scm
  • diff-report.scm
  • DONE
  • ducttape-lib.scm
  • emacs.config
  • env.scm
  • ezsteps.scm
  • fdb_records.scm
  • filedb.scm
  • fs-transport.scm
  • ftail.scm
  • gen-data-for-graph.scm
  • genexample.scm
  • gentargets.sh
  • get-config-settings.sh
  • gutils.scm
  • http-transport.scm
  • index-tree.scm
  • items.scm
  • js-path.scm
  • key_records.scm
  • keys.scm
  • launch.scm
  • lock-queue.scm
  • Makefile
  • Makefile.deploy
  • margs.scm
  • megatest-version.scm
  • megatest.config
  • megatest.scm
  • mlaunch.scm
  • mockup-cached-writes.scm
  • monitor.scm
  • mt-pg.sql
  • mt-sqlite3.sql
  • mt.scm
  • mtargs.scm
  • mtexec.scm
  • mttop.scm
  • mtut.scm
  • mutils.scm
  • newdashboard.scm
  • nexttag.rb
  • NOTES
  • ods.scm
  • pkts.scm
  • portlogger-example.scm
  • portlogger.scm
  • process.scm
  • README
  • records-vs-vectors-vs-coops.scm
  • records.sh
  • reindent.el
  • rmt.scm
  • rmtdb.scm
  • rmtmod.scm
  • run-eff.sql
  • run_records.scm
  • runconfig.scm
  • runconfigs.config
  • runs-launch-loop-test.scm
  • runs.scm
  • sample-sauth-paths.scm
  • sauth-common.scm
  • sauthorize.scm
  • sdb.scm
  • serialize-env.scm
  • server.scm
  • sharedat.scm
  • show-uncalled-procedures.scm
  • spublish.scm
  • sretrieve.scm
  • stml2.scm
  • subrun.scm
  • supplemental.megatest.config
  • synchash.scm
  • task_records.scm
  • tasks.scm
  • tcmt.scm
  • tdb.scm
  • telemetry-daemon
  • test_records.scm
  • tests.scm
  • TODO
  • trackback.scm
  • tree.scm
  • ulex.scm
  • vg-test.scm
  • vg.scm
  • vg_records.scm
  • widgets.scm

#  Copyright 2006-2017, Matthew Welland.
# 
# This file is part of Megatest.
# 
#     Megatest is free software: you can redistribute it and/or modify
#     it under the terms of the GNU General Public License as published by
#     the Free Software Foundation, either version 3 of the License, or
#     (at your option) any later version.
# 
#     Megatest is distributed in the hope that it will be useful,
#     but WITHOUT ANY WARRANTY; without even the implied warranty of
#     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#     GNU General Public License for more details.
# 
#     You should have received a copy of the GNU General Public License
#     along with Megatest.  If not, see <http://www.gnu.org/licenses/>.

Megatest 

To build:

1. Install chicken scheme. See opensrc repo utils/installall.sh http://www.kiatoa.com/fossils/opensrc

2. Compile with "make -j install PREFIX=/some/path"

3. To test ....