Files in the top-level directory of check-in 402c5765ec043dfe41226d42fe534a198046865c
- .mtutil.scm
- .fossil-settings
- attic
- configf-testing
- datashare
- datashare-testing
- docs
- example
- iup-test
- junk
- minimal
- minimt
- mkdeploy
- oldsrc
- path-glob
- sauth
- test-configf
- tests
- utils
- wrappers
- all-exceptions.ods
- api-inc.scm
- apimod.scm
- archive-inc.scm
- archivemod.scm
- client-inc.scm
- clientmod.scm
- codescanlib.scm
- common-inc.scm
- common_records.scm
- commonmod.scm
- commonstructs
- configf-inc.scm
- configfmod.scm
- COPYING
- dashboard-context-menu-inc.scm
- dashboard-context-menu.scm
- dashboard-guimonitor.scm
- dashboard-tests-inc.scm
- dashboard-tests.scm
- dashboard.scm
- db-inc.scm
- db_records.scm
- dbmod.scm
- dcommon-inc.scm
- dcommon.scm
- dcommonmod.scm
- env-inc.scm
- envmod.scm
- ezsteps-inc.scm
- ezstepsmod.scm
- fdb_records.scm
- fixpath.sh
- ftail.scm
- gen-data-for-graph.scm
- gentargets.sh
- get-config-settings.sh
- gutils-inc.scm
- gutils.scm
- http-transport-inc.scm
- items-inc.scm
- itemsmod.scm
- js-path.scm
- key_records.scm
- keys-inc.scm
- keysmod.scm
- launch-inc.scm
- launchmod.scm
- Makefile
- Makefile.deploy
- margs-inc.scm
- megamod.scm
- megatest-version.scm
- megatest.config
- megatest.scm
- migrate-fix.scm
- mockup-cached-writes.scm
- monitor.scm
- mt-inc.scm
- mt-pg.sql
- mt-sqlite3.sql
- mtexec.scm
- mtut.scm
- newdashboard.scm
- NOTES
- ods-inc.scm
- odsmod.scm
- pgdb-inc.scm
- portlogger-example.scm
- portlogger-inc.scm
- process-inc.scm
- processmod.scm
- README
- records.sh
- rmt-inc.scm
- rmtdb.scm
- rmtmod.scm
- run-eff.sql
- run_records.scm
- runconfig-inc.scm
- runconfigmod.scm
- runconfigs.config
- runs-inc.scm
- runsmod.scm
- serialize-env.scm
- server-inc.scm
- servermod.scm
- sharedat.scm
- show-uncalled-procedures.scm
- spublish.scm
- sretrieve.scm
- subrun-inc.scm
- subrunmod.scm
- supplemental.megatest.config
- task_records.scm
- tasks-inc.scm
- tasksmod.scm
- tcmt.scm
- tdb-inc.scm
- template-mod.scm
- test_records.scm
- tests-inc.scm
- testsmod.scm
- TODO
- tree-inc.scm
- treemod.scm
- vg-inc.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 ....