paths.lisp 198 B

123456789
  1. (in-package :translator-test)
  2. (defconstant +translator-root+ "../foo")
  3. (defconstant +main-dir+ (concatenate-string
  4. +translator-root+
  5. "/root"))