1
0
Fork 0

Create ~/documents/org directory before running unit tests

After adding org-roam and org-journal the unit tests fail because this directory
doesn’t exist.
This commit is contained in:
Tom Willemse 2021-01-04 11:23:46 -08:00
parent e7f4dfe84e
commit 0222550478

View file

@ -16,6 +16,7 @@
`(,(format "unit-test-%s" module)
("stage" . "unit-test")
("dependencies" "package")
("before_script" "mkdir -p ~/documents/org/")
("script" . ,(format "make unit-test-%s TEST_ARCHIVE=$(realpath bin/)" module))))
(defun module->integration-test (module)