Fixed gnetlist/tests to pass a simple make check
[geda-gaf/whiteaudio.git] / gnetlist / tests / gnetlistrc.orig
blob9df03f7beeaced4f926f22e1c2ed8acc8c3b6da5
1 ;; We want to point at the scheme code that hasn't been installed yet so that
2 ;; 'make check' during development can work correctly.
3 (scheme-directory "${SCMDIR}")
5 ;; We want to use the symbols that haven't been installed yet
6 (map (lambda (x) (component-library (string-join (list "${SYMDIR}/" x) "")))
7      '("74" "analog" "misc" "memory" "power" "connector" "switch" "linear"
8        "diode" "spice" "cascade" "titleblock"))