diff options
author | Craig Tiller <craig.tiller@gmail.com> | 2015-02-20 09:08:54 -0800 |
---|---|---|
committer | Craig Tiller <craig.tiller@gmail.com> | 2015-02-20 09:08:54 -0800 |
commit | 16a6ea6bc0a33aa7daa180d06831c107462581ea (patch) | |
tree | 63d156b1c0c935adaa4477bb7f8d569434bd4822 /tools | |
parent | 4a858990ed55978d451a8228b9e0b8d3e94fbd28 (diff) |
Ensure interop tests are run as part of run_tests
I'm honestly a little shocked this wasn't done previously.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/run_tests/tests.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/run_tests/tests.json b/tools/run_tests/tests.json index b5d61595c2..d2b125fc01 100644 --- a/tools/run_tests/tests.json +++ b/tools/run_tests/tests.json @@ -195,6 +195,10 @@ }, { "language": "c", + "name": "interop_test" + }, + { + "language": "c", "name": "json_rewrite_test" }, { |