Differences From Artifact [eda14e8a58]:
- File tests.scm — part of check-in [867f012792] at 2021-02-25 16:02:45 on branch v1.6569-newdiet — begin diet From: badd71f3b34a7dc4f4bdf120b79438d403fd0733 User: matt (user: matt, size: 88724) [annotate] [blame] [check-ins using] [more...]
To Artifact [73f3b609c9]:
- File tests.scm (unpublished)— part of check-in [48dfb9c533] at 2021-02-25 16:24:37 on branch v1.6569-new-diet — Restoring test_records.scm, not quite able to get rid of it yet. From: 24a028a1722528811637cd277f1d911b6ce6b79b User: matt (user: matt, size: 88753) [annotate] [blame] [check-ins using] [more...]
︙ | |||
38 39 40 41 42 43 44 45 46 47 48 49 50 51 | 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 | + | (import (prefix sqlite3 sqlite3:)) (require-library stml) (include "common_records.scm") (include "key_records.scm") (include "db_records.scm") (include "run_records.scm") (include "test_records.scm") (include "js-path.scm") (define (init-java-script-lib) (set! *java-script-lib* (conc (common:get-install-area) "/share/js/jquery-3.1.0.slim.min.js")) ) ;; Call this one to do all the work and get a standardized list of tests |
︙ |