Skip to content

Commit

Permalink
Run "go test ../glow/" before "go run ../glow/"
Browse files Browse the repository at this point in the history
  • Loading branch information
myaaaaaaaaa committed Oct 17, 2023
1 parent fa4f72d commit 5af2675
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// +build gen

//go:generate go test ../glow/
//go:generate -command glow go run ../glow/
//go:generate glow generate -out=./v2.1/gl/ -api=gl -version=2.1 -xml=../glow/xml/ -tmpl=../glow/tmpl/
//go:generate glow generate -out=./all-core/gl/ -api=gl -version=all -profile=core -lenientInit -xml=../glow/xml/ -tmpl=../glow/tmpl/
Expand Down

0 comments on commit 5af2675

Please sign in to comment.