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