From 2f4d2c4141e741aab767af2aa3e9c6fb3316e384 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 9 Mar 2022 05:32:49 +0100 Subject: Add --args to sibs test command --- include/Conf.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Conf.hpp') diff --git a/include/Conf.hpp b/include/Conf.hpp index 673a7f6..54c6b89 100644 --- a/include/Conf.hpp +++ b/include/Conf.hpp @@ -444,6 +444,7 @@ namespace sibs std::string linker; bool testsBuildOnly = false; bool skipCompile = false; + std::vector testRunArgs; protected: virtual void processObject(StringView name) override; virtual void processField(StringView name, const ConfigValue &value) override; -- cgit v1.2.3