aboutsummaryrefslogtreecommitdiff
path: root/test.cmake
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2021-01-14 09:06:31 -0800
committerGitHub <noreply@github.com>2021-01-14 09:06:31 -0800
commit1515d080fe98ae5dad49e833b8fc799feebabe03 (patch)
tree1c94f6f084a3d31c0250586aa287352d9caf2089 /test.cmake
parentfb21b708461641927290976adb2b7eee21b5748e (diff)
downloadvcpkg-1515d080fe98ae5dad49e833b8fc799feebabe03.tar.gz
vcpkg-1515d080fe98ae5dad49e833b8fc799feebabe03.zip
[vcpkg] Rewriting CmdLineBuilder (2/n) (#15627)
* [vcpkg] Rewriting CmdLineBuilder (2/n) I would like, and I think the team would like generally, to switch to using stuff like `posix_spawn`, as opposed to the existing use of `system` and `popen`. This requires a pretty large change to how we use CmdLineBuilder. The first change we have to make is that the execute functions _cannot_ take a StringView anymore. This PR makes that change.
Diffstat (limited to 'test.cmake')
-rw-r--r--test.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.cmake b/test.cmake
new file mode 100644
index 000000000..9989339c2
--- /dev/null
+++ b/test.cmake
@@ -0,0 +1 @@
+execute_process(COMMAND "bash" "-c" "echo \$TEST_ENV_VAR")