agentmodels / webppl-agents

Webppl library for generating Gridworld MDPs. JS library for displaying Gridworld.
22 stars 4 forks source link

minor change to testing #52

Closed owainevans closed 8 years ago

owainevans commented 8 years ago

currently test.sh runs all the tests in tests/ including those in tests/slowTests. it's default should be to not run the slowTests (which are also much less essential). add a script or an option for test.sh so that it does run the tests.

also: test.sh currently runs everything in tests/, including files with the wrong extension. it should instead only run things of form *.wppl