romaricdrigon / MetaYaml

A powerful schema validator!
MIT License
104 stars 21 forks source link

Fix atoum configuration #4

Closed jubianchi closed 12 years ago

jubianchi commented 12 years ago

This commit fixes the atoum configuration so we can use the following commands to launch tests :

So this PR lets us use one of these two commands which can be very usefull when using CI like Coconut-CI or Travis-CI.

For example : Coconut-CI has some predefined configuration to run atoum tests and it assumes that the test suite can be launched with the standard command. Otherwise, you would have to define a custom build script which is more complicated ;)

romaricdrigon commented 12 years ago

Thanks!