Tests are mostly broken; but you can perform a test-op
[cl-graph.git] / unit-tests / package.lisp
diff --git a/unit-tests/package.lisp b/unit-tests/package.lisp
new file mode 100644 (file)
index 0000000..750446c
--- /dev/null
@@ -0,0 +1,4 @@
+(in-package common-lisp-user)
+
+(defpackage #:cl-graph-test
+  (:use #:common-lisp #:cl-graph #:lift #:metatilities))
\ No newline at end of file