Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
wire-cell-build
cfg
test
test-all.sh
Go to the documentation of this file.
1
#!/bin/bash
2
3
mydir=$(dirname $BASH_SOURCE)
4
cfgdir=$(dirname $mydir)
5
6
for main in $(find $cfgdir/pgrapher -name '*wct-*.jsonnet') ; do
7
echo $main
8
jsonnet -J $cfgdir $main > /dev/null
9
done
Generated by
1.8.11