1
0
mirror of https://github.com/robertkrimen/otto synced 2025-10-26 20:28:49 +08:00

Add embedding example & isolate synopsis testing

This commit is contained in:
Robert Krimen
2012-10-09 18:47:39 -07:00
parent a31375b07b
commit 89e6086ff6
6 changed files with 128 additions and 53 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: test assets todo fixme otto run test-all release
.PHONY: test assets todo fixme otto run test-all release test-synopsis
export TERST_BASE=$(PWD)
@@ -42,5 +42,8 @@ run:
test-all:
go test .
release:
release: test-synopsis
godocdown > README.markdown
test-synopsis:
cd .test && go test -v