Add some basic letsimp tests based on bug #3950
[maxima.git] / share / graphs / graphs.system
blobd204a376f15539c52dddefa046cbc2edd7f2e400
1 ;;; -*- Mode: lisp -*-
3 (mk:defsystem graphs
4   :source-pathname (maxima::maxima-load-pathname-directory)
5   :binary-pathname (maxima::maxima-objdir "share" "graphs")
6   :source-extension "lisp"
7   :components
8   ((:file "graph_core")
9    (:file "spring_embedding")
10    (:file "isomorphism")
11    (:file "matching")
12    (:file "graph6")
13    (:file "demoucron")
14    (:file "dijkstra")
15    (:file "wiener_index")))