Files in the top-level directory of check-in 34682762d74099eb
- .mtutil.scm
- .fossil-settings
- autostuff
- cgisetup
- datashare-testing
- docs
- example
- iup-test
- junk
- minimal
- minimt
- mkdeploy
- oldsrc
- path-glob
- tests
- utils
- wrappers
- all-exceptions.ods
- api.scm
- archive.scm
- client.scm
- codescanlib.scm
- common.scm
- common_records.scm
- commonmod.scm
- commonstructs
- configf.scm
- COPYING
- dashboard-context-menu.scm
- dashboard-guimonitor.scm
- dashboard-tests.scm
- dashboard.scm
- datashare.scm
- db.scm
- db_records.scm
- dcommon.scm
- diff-report.scm
- 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
- mtexec.scm
- mtut.scm
- newdashboard.scm
- nexttag.rb
- NOTES
- ods.scm
- portlogger-example.scm
- portlogger.scm
- process.scm
- README
- records-vs-vectors-vs-coops.scm
- records.sh
- rmt.scm
- rmtdb.scm
- rmtmod.scm
- rpc-transport.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
- 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
- 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 ....