diff options
Diffstat (limited to 'test/config.go')
-rw-r--r-- | test/config.go | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/config.go b/test/config.go index 0b3ce76..804b0b1 100644 --- a/test/config.go +++ b/test/config.go @@ -33,3 +33,13 @@ const ( helloworldFixturesDir = "fixtures/helloworld" sshFixturesDir = "fixtures/ssh" ) + +var dependency_tools = [...]string{ + "cmake", + "make", + "gcc", + "c++", + "python3", + "wget", + "jq", +} |