! * \brief Tests running Syncthing command. */
| 286 | * \brief Tests running Syncthing command. |
| 287 | */ |
| 288 | void InterfaceTests::testRunCommand() |
| 289 | { |
| 290 | CPPUNIT_ASSERT_EQUAL_MESSAGE("run arbitrary CLI command", 0ll, runCommand({ "--help" })); |
| 291 | } |
| 292 | |
| 293 | /*! |
| 294 | * \brief Tests the signature verification. |
nothing calls this directly
no test coverage detected