macro-test.ss
#lang scheme/base
  
(require (planet schematics/schemeunit:3)
         "benchmark.ss")
  
(provide macro-tests)

(define macro-tests
  (test-suite
   "All tests for macro"
   
   (test-case
    "this-expression-benchmark-log-file works when etc.ss not required"
    (check-pred path? (this-expression-benchmark-log-file)))
   ))