Add Dockerfile to support unit testing alarm-go
[ric-plt/alarm-go.git] / adapter / build_adapter_ubuntu.sh
index 390e208..5edd93d 100755 (executable)
@@ -61,6 +61,6 @@ go build -a -installsuffix cgo -ldflags "-X main.Version=$tag -X main.Hash=$hash
 #cd ../alarm && go test . -v -coverprofile cover.out
 
 # And for the Alarm Adapter
-#cd ../adapter && go test -v -p 1 -coverprofile cover.out ./cmd/ -c -o ./adapter_test && ./adapter_test
+cd ../adapter && go test -v -p 1 -coverprofile cover.out ./cmd/ -c -o ./adapter_test && ./adapter_test
 
 echo "--> build_adapter_ubuntu.sh ends"