Skip to content

Commit

Permalink
Update test files
Browse files Browse the repository at this point in the history
remove evaluate-with-file-functions.el
update test-org-roam-ql with licence and deps to allow gh action to complete
  • Loading branch information
ahmed-shariff committed Sep 2, 2023
1 parent 966abef commit c53ff6a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 107 deletions.
107 changes: 0 additions & 107 deletions tests/evaluate-with-file-functions.el

This file was deleted.

22 changes: 22 additions & 0 deletions tests/test-org-roam-ql.el
Original file line number Diff line number Diff line change
@@ -1,8 +1,30 @@
;;; org-roam-ql.el --- Tests for org-roam-ql -*- lexical-binding: t -*-

;; Copyright (C) 2023 Shariff AM Faleel

;; Author: Shariff AM Faleel
;; Package-Requires: ((buttercup))

;; This program 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.

;; This program 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 this program. If not, see <https://www.gnu.org/licenses/>.

;;; Commentary:

;; Setup sandbox directory (named sandbox) with: `make sandbox=sandbox v=vvv init'
;; Run tests with: `make sandbox=sandbox quick`

;;; Code:

(require 'buttercup)
(require 'org-roam-ql)
(require 'org-roam-ql-ql)
Expand Down

0 comments on commit c53ff6a

Please sign in to comment.