diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-02-21 07:04:49 -0800 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-02-21 07:04:49 -0800 |
commit | fe8af4e2e99ab5e5dfa154ca965f9bc5f7a37a2e (patch) | |
tree | 69b2af2af7b18f951199f4271f940a6e5826a7dc /tools/run_tests | |
parent | c5b9692e11d8de376a86437b58c6152eb5cff2fa (diff) |
Rename interop_test.c --> interop_test.cc
We have many assumptions about languages baked into the test system, and we want this test harness to trigger when testing C++ stuff, so it needs to be written in C++.
Diffstat (limited to 'tools/run_tests')
-rw-r--r-- | tools/run_tests/tests.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index ee4f6f896e..84f830c456 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -191,10 +191,6 @@ }, { "language": "c", - "name": "interop_test" - }, - { - "language": "c", "name": "json_rewrite_test" }, { @@ -287,6 +283,10 @@ }, { "language": "c++", + "name": "interop_test" + }, + { + "language": "c++", "name": "pubsub_publisher_test" }, { |