Check dependency tools before running tests
[src/xds/xds-server.git] / test / config.go
index 0b3ce76..804b0b1 100644 (file)
@@ -33,3 +33,13 @@ const (
        helloworldFixturesDir    = "fixtures/helloworld"
        sshFixturesDir           = "fixtures/ssh"
 )
+
+var dependency_tools = [...]string{
+       "cmake",
+       "make",
+       "gcc",
+       "c++",
+       "python3",
+       "wget",
+       "jq",
+}