Skip to content

Commit

Permalink
[test-libgnucash-scm-utilities] renamed from test-utilities.scm
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherlam committed Apr 25, 2019
1 parent 84cc7b1 commit 92a920c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@

(define (run-test)
(test-runner-factory gnc:test-runner)
(test-begin "test-utilities.scm")
(test-begin "test-libgnucash-scm-utilities.scm")
(test-traverse-vec)
(test-substring-replace)
(test-begin "test-utilities.scm"))
(test-begin "test-libgnucash-scm-utilities.scm"))

(define (test-traverse-vec)
(test-begin "traverse-vec")
Expand Down

0 comments on commit 92a920c

Please sign in to comment.