Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Adjusted run-cpp_stl_(11|98) to propagate command line arguments to P…
…artialBuilder
  • Loading branch information
GreyCat committed Oct 6, 2019
1 parent 0901713 commit 489e1de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion run-cpp_stl_11
Expand Up @@ -5,4 +5,5 @@
./run-cpp_stl \
"$(pwd)/compiled/cpp_stl_11" \
"$(pwd)/spec/cpp_stl_11" \
"$TEST_OUT_DIR/cpp_stl_11"
"$TEST_OUT_DIR/cpp_stl_11" \
$@
3 changes: 2 additions & 1 deletion run-cpp_stl_98
Expand Up @@ -5,4 +5,5 @@
./run-cpp_stl \
"$(pwd)/compiled/cpp_stl_98" \
"$(pwd)/spec/cpp_stl_98" \
"$TEST_OUT_DIR/cpp_stl_98"
"$TEST_OUT_DIR/cpp_stl_98" \
$@

0 comments on commit 489e1de

Please sign in to comment.