X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fxds%2Fxds-server.git;a=blobdiff_plain;f=test%2Fconfig.go;h=804b0b1a886b6229347731f5188a50b28062e87f;hp=0b3ce762aa40392d542f4f61ceb6825620e86bd9;hb=be47274f79eb0843da4d805cfc417fbf7921379c;hpb=7fb08b4791214b648175d19ce14fa297b4ea2e16 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", +}