8 lines
No EOL
287 B
Bash
8 lines
No EOL
287 B
Bash
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
# Test the .exec rule
|
|
basic_graph.exec < <(basic_graph.analyze /tmp/databuild_test/examples/basic_graph/generated_number/pippin_salem_sadie)
|
|
|
|
# Test the .build rule
|
|
basic_graph.build /tmp/databuild_test/examples/basic_graph/generated_number/pippin_salem_sadie |