Fcitx
Functions
testing.h File Reference

Utility functions for testing. More...

#include <filesystem>
#include <string>
#include <vector>
#include <fcitx-utils/fcitxutils_export.h>
Include dependency graph for testing.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void fcitx::setupTestingEnvironment (const std::string &testBinaryDir, const std::vector< std::string > &addonDirs, const std::vector< std::string > &dataDirs)
 Set corresponding environment variable to make sure fcitx can be run properly for testing. More...
 
void fcitx::setupTestingEnvironmentPath (const std::filesystem::path &testBinaryDir, const std::vector< std::filesystem::path > &addonDirs, const std::vector< std::filesystem::path > &dataDirs)
 

Detailed Description

Utility functions for testing.

Definition in file testing.h.