;; 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/>.
;; direct API, call the db calls directly
(define rmt:create-run (statwrap 'create-run create-run))
(define rmt:create-step (statwrap 'create-step create-step))
(define rmt:create-test (statwrap 'create-test create-test))
(define rmt:get-test-id (statwrap 'get-test-id get-test-id))
(define rmt:get-run-id (statwrap 'get-run-id get-run-id))
(define rmt:open-create-db (statwrap 'open open-create-db))
(define rmt:step-set-state-status (statwrap 'step-set-state-status step-set-state-status))
(define rmt:test-set-state-status (statwrap 'test-set-state-status test-set-state-status))
(define rmt:test-get-tests (statwrap 'test-get-tests test-get-tests))