diff --git a/evaluation/tests/quoted_cmd.sh b/evaluation/tests/quoted_cmd.sh new file mode 100644 index 000000000..9dc2d029d --- /dev/null +++ b/evaluation/tests/quoted_cmd.sh @@ -0,0 +1,2 @@ +#!/bin/bash +"cat" "$0" | "tr" "A-Z" "a-z" \ No newline at end of file diff --git a/evaluation/tests/test_evaluation_scripts.sh b/evaluation/tests/test_evaluation_scripts.sh index 519365886..87acd196b 100755 --- a/evaluation/tests/test_evaluation_scripts.sh +++ b/evaluation/tests/test_evaluation_scripts.sh @@ -88,6 +88,7 @@ pipeline_microbenchmarks=( tr-test # Tests all possible behaviors of tr that exist in our evaluation grep-test # Tests some interesting grep invocations ann-agg # Tests custom aggregators in annotations + quoted_cmd # Tests whether PaSh can parallelize quoted commands # # # # micro_1000 # Not being run anymore, as it is very slow. Tests whether the compiler is fast enough. It is a huge pipeline without any computation. )