Skip to content

Commit

Permalink
Remove test_util
Browse files Browse the repository at this point in the history
It is has been broken for few years already (importing stock
github.com/docker/oscalkit that does not include golang files for a while, using
dated upstream usnistgov/OSCAL constructs and XSDs).
  • Loading branch information
isimluk committed Aug 26, 2020
1 parent 0c39ef1 commit 4c6bfb4
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1,424 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
GO=GO111MODULE=on go
.PHONY: test gocomply_metaschema clean

test:
@echo "Running Oscalkit test Utility"
@echo "Running remaining tests"
@go test -race -coverprofile=coverage.txt -covermode=atomic -v $(shell go list ./... | grep -v "/vendor/\|/test_util/src")
@go test -race -coverprofile=coverage.txt -covermode=atomic -v $(shell go list ./... | grep -v "/vendor/")

gocomply_metaschema:
ifeq ("$(wildcard $(GOPATH)/bin/gocomply_metaschema)","")
Expand Down
24 changes: 0 additions & 24 deletions test_util/Readme.md

This file was deleted.

38 changes: 0 additions & 38 deletions test_util/RunTest.sh

This file was deleted.

Loading

0 comments on commit 4c6bfb4

Please sign in to comment.