FranklinChen / learn-you-some-erlang

Code from the book "Learn You Some Erlang For Great Good!"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Downloaded from the official Zip archive link with the intention of maintaining as needed as Erlang evolves.

Tests

make test

runs all the tests and saves a copy of the output to test.log for further inspection.

Status

Currently, not all the tests pass under Erlang R16.

The following have problems:

	[{road_tests,[{main,1}]},
         {useless_tests,[{hello_test,0}]},
         {dolphins_tests,[{dolphin1,0}]},
         {functions_tests,[{valid_time_test,0}]}]

About

Code from the book "Learn You Some Erlang For Great Good!"

License:MIT License


Languages

Language:Erlang 100.0%