Megatest

Artifact [893d0cf311]
Login

Artifact 893d0cf311804918117374d1af19d49d5888a91a:


#!/bin/bash

IGNORE_UNITS=mtargs,ods

FILES=$(ls *mod.scm|grep -v import)

if [[ utils/plot-uses.scm -nt utils/plot-uses ]];then
	oldcsc csc utils/plot-uses.scm
fi

./utils/plot-uses todot $IGNORE_UNITS $FILES > unitdeps.dot
dot unitdeps.dot -Tpdf -o unitdeps.pdf