Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
wire-cell-build
cfg
test
test_drifter.sh
Go to the documentation of this file.
1
#!/bin/bash
2
3
set -e
4
set -x
5
testdir=$(dirname $(readlink -f $BASH_SOURCE))
6
7
jpath="$testdir/.."
8
input="$testdir/test_drifter.jsonnet"
9
cfg="$testdir/test_drifter.cfg"
10
11
jsonnet -J $jpath $input > $cfg
12
13
wire-cell -p WireCellGen -p WireCellTbb -c $cfg -a TbbFlow
Generated by
1.8.11