Files in the top-level directory of check-in 7bd4d885f79f4cfb
- .mtutil.scm
- .fossil-settings
- attic
- autoload
- autostuff
- build-assist
- call-with-environment-variables
- cgisetup
- csv-xml
- datashare-testing
- dbi
- docs
- ducttape
- example
- example2
- fossil-utils
- hostinfo
- iup-test
- junk
- lib
- minimal
- minimt
- mkdeploy
- mtargs
- mutils
- nng-trial
- oldsrc
- path-glob
- pkts
- stml2
- testeval
- tests
- ulex
- utils
- wrappers
- adjutant.scm
- all-exceptions.ods
- altdb-template.scm
- apimod.scm
- archivemod.scm
- autoload.scm
- bigmod.scm
- chicken.makefile
- clientmod.scm
- codescanlib.scm
- common_records.scm
- commonmod.scm
- commonstructs
- configfmod.scm
- configure
- cookie.scm
- COPYING
- csv-xml.scm
- dashboard-context-menu.scm
- dashboard-guimonitor.scm
- dashboard-tests.scm
- dashboard.scm
- datashare.scm
- db.scm
- db_records.scm
- dbi.scm
- dbmod.scm
- dcommon.scm
- debugprint.scm
- deps.pdf
- diff-report.scm
- DONE
- ducttape-lib.scm
- emacs.config
- env.scm
- ezstepsmod.scm
- fdb_records.scm
- filedb.scm
- ftail.scm
- fullrununit.sh
- gen-data-for-graph.scm
- genexample.scm
- gentargets.sh
- get-config-settings.sh
- gutils.scm
- hostinfo.scm
- index-tree.scm
- itemsmod.scm
- js-path.scm
- key_records.scm
- keysmod.scm
- launchmod.scm
- lock-queue.scm
- Makefile
- Makefile.deploy
- megatest.config
- megatest.scm
- mlaunch.scm
- monitor.scm
- mt-pg.sql
- mt-sqlite3.sql
- mtargs.scm
- mtexec.scm
- mtmod.scm
- mtut.scm
- mtver.scm
- mutils.scm
- newdashboard.scm
- nexttag.rb
- NOTES
- ods.scm
- pgdb.scm
- pkts.scm
- portloggermod.scm
- processmod.scm
- README
- records-vs-vectors-vs-coops.scm
- records.sh
- reindent.el
- rmtdb.scm
- rmtmod.scm
- run-eff.sql
- run_records.scm
- runconfigs.config
- runsmod.scm
- sample-sauth-paths.scm
- sauth-common.scm
- sauthorize.scm
- sdb.scm
- serialize-env.scm
- servermod.scm
- sharedat.scm
- spublish.scm
- sretrieve.scm
- stml2.scm
- subrunmod.scm
- supplemental.megatest.config
- synchash.scm
- task_records.scm
- tasksmod.scm
- tcmt.scm
- tdb.scm
- telemetry-daemon
- test_records.scm
- tests.scm
- testsmod.scm
- TODO
- trackback.scm
- tree.scm
- ulex.scm
- vg.scm
- vg_records.scm
- vgmod.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 ....