1 package endtoend 2 3 import ( 4 "testing" 5 6 _ "edge-infra.dev/test/f2" 7 _ "edge-infra.dev/test/f2/x/ktest" 8 ) 9 10 // I only exist for test/rosa/binaries/scripts/deps_test.sh 11 // nothing here is a good example to build off of 12 13 func TestE2E(t *testing.T) { 14 t.Log("I'm in the correct directory :)") 15 } 16