summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Szarmanski2022-09-27 17:49:15 +0200
committerPiotr Szarmanski2022-09-27 17:49:15 +0200
commit4ebd8e5d0cf4dacd53bf3fcf6a483859de1d1a8e (patch)
treedf0b967847a630384ec2de3453f48369dbd1d000
parent4ba8c68bb97f6a556f4ab23855e739a06ea32a03 (diff)
Add the parallel-tests file to /test system.
-rw-r--r--eris.asd3
1 files changed, 2 insertions, 1 deletions
diff --git a/eris.asd b/eris.asd
index a1bdbb9..dba4a1b 100644
--- a/eris.asd
+++ b/eris.asd
@@ -28,4 +28,5 @@
(:file "encode-tests")
(:file "decode-tests")
(:file "rfc")
- (:file "autogenerated-tests")))))
+ (:file "autogenerated-tests")
+ #+unix (:file "parallel-tests")))))