Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在运行基于 OpenDDS MPC 的示例 stockQuoter。我删除了 run_test.pl,项目仍然可以正常构建和运行。为什么我们需要这个 Perl 脚本?
你真的不需要它,你可以直接启动程序。OpenDDS 中的所有示例和测试都有一个名为 run_test.pl 的文件,用于测试目的。在其他功能中,它们定义了使用特定测试场景的哪些参数调用哪些程序,并负责在程序卡住时终止程序。