aboutsummaryrefslogtreecommitdiff
path: root/test_util.h
AgeCommit message (Collapse)Author
2014-05-17test_util.h: allow multiple tests to run even if asserts fail and print ↵Oskari Timperi
failures in red
2014-05-17test_util.h: add file info to test nameOskari Timperi
2014-05-14Initial commitOskari Timperi
- tokenizing, parsing and basic eval support - arithmetic (+, -, *, /) - quote - atom for checking if the arg is an atom (i.e. not a list) - eq for checking equality - > for checking order - if - some unit testing - simple repl - mem management needs improvement :-)