BayesianLogic / blog

The BLOG programming language
http://bayesianlogic.github.io/
BSD 4-Clause "Original" or "Old" License
98 stars 31 forks source link

Fix tests #331

Closed cberzan closed 9 years ago

cberzan commented 9 years ago

@jxwuyi

Small change; ready for review. This fixes an issue where "sbt test" only ran some of the tests. It was excluding tests marked with "@RunWith(JUnit4.class)" for some reason.

jxwuyi commented 9 years ago

LGTM