Source: /cirosantilli/_file/test_executables.js

= test_executables.js
{file}

This script tests all executables under a selected directory.

<Ciro Santilli> has been writing scripts of that type for a long time in order to test his <Ciro Santilli's documentation superpowers>[programming self-learning setups with asserts].

The most advanced of those being the https://github.com/cirosantilli/linux-kernel-module-cheat/blob/9b6552ab6c66cb14d531eff903c4e78f3561e9ca/test[test system] of <Linux Kernel Module Cheat>.

But had too much stuff that would be specific to that project, so Ciro decided to start this new one in <Node.js>, hopefully it will also be the last he ever writes.

A sample usage of the test library can be seen at: \a[nodejs/sequelize/test].