Skip to content

Commit

Permalink
update doc a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacoby6000 committed Sep 12, 2017
1 parent b9bdef0 commit 37d451a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/plugin-author-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,9 @@ representing the operation, e.g. `compile` or `doc`. If there
is only one inner case class inside of anothe case class,
call it `config`, give it a name representing the operation,
e.g. `compile` or `doc`.

### Finalizing your plugin

Add your plugin to stage2/plugins.scala

Create a test project, and then test it in test/test.scala
1 change: 0 additions & 1 deletion test/test.scala
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ object Main{
{
val res = runCbt("../examples/scalaxb-example", Seq("run"))
assert(res.exit0)
assert(res.out contains "age: 123", res.out ++ "\n--\n" ++ res.err)
}

{
Expand Down

0 comments on commit 37d451a

Please sign in to comment.