From 1b58e87f154bf7d3d5f38ef32cc4b171362f73a2 Mon Sep 17 00:00:00 2001 From: zmiao Date: Tue, 19 Nov 2019 20:45:30 +0200 Subject: [render-test] Wrap test data inside RenderTestRunner App + Add a new test app (#15887) * [render-test] Wrap test resources inside app * [render-test] Add test app * fix test app failure * [render-test]add callback + add javaObjectWrapper --- render-test/manifest_parser.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'render-test/manifest_parser.hpp') diff --git a/render-test/manifest_parser.hpp b/render-test/manifest_parser.hpp index bc5adf1091..c4672fb4c5 100644 --- a/render-test/manifest_parser.hpp +++ b/render-test/manifest_parser.hpp @@ -17,7 +17,9 @@ public: const std::vector>& getIgnores() const; const std::vector& getTestPaths() const; const std::string& getTestRootPath() const; + const std::string& getAssetPath() const; const std::string& getManifestPath() const; + const std::string& getResultPath() const; void doShuffle(uint32_t seed); std::string localizeURL(const std::string& url) const; @@ -43,6 +45,7 @@ private: std::string testRootPath; std::string vendorPath; std::string assetPath; + std::string resultPath; std::vector> ignores; std::vector testPaths; }; -- cgit v1.2.1