aboutsummaryrefslogtreecommitdiffstats
path: root/host/test/module_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Split utils.hpp into subdir with multiple files.Josh Blum2010-03-271-2/+2
| | | | | | | static for static block and static instance (singleton) assert for assertion and throwing related stuff algorithm for my addons to std::algorithm (has) and a new one, safe main, for having a main catch-all
* Added ability to load modules at runtimeJosh Blum2010-03-211-0/+26
(specified by environment variable path). Added a demo test module as well.