Provide a simple test program and recipe

This change adds a simple factorial implementation and unittest which
are intended to be used for testing the Isolate setup. The provided
recipe currently builds and executes the test. Once we have the
necessary isolate modules in place, it should instead just build the
test, create an isolate and trigger another swarming task which
downloads the isolate and runs the test.

Change-Id: Ie0e52e6b8e9234085dd30fdabaddd09441e7719b
14 files changed
tree: 014286e9e54c331b966bcc2fca8a331d4acd6bde
  1. factorial/
  2. infra/
  3. .gitignore
  4. .gn
  5. AUTHORS
  6. BUILD.gn
  7. default
  8. LICENSE
  9. README.md
README.md

Isolate Test

Test of the Isolate service configuration.