diff options
| author | Robert Norton | 2017-06-29 17:30:53 +0100 |
|---|---|---|
| committer | Robert Norton | 2017-06-29 17:30:53 +0100 |
| commit | acfa76485c252aa2a6df199aeeaf9af6b4dc4930 (patch) | |
| tree | b827ad442e8a2b93fa844db553de1214e985230e /src/test/lib/run_test_embed.ml | |
| parent | 044403657d09aed9c56a9bca6decc864ed987f69 (diff) | |
beginnings of a sail library test suite.
Diffstat (limited to 'src/test/lib/run_test_embed.ml')
| -rw-r--r-- | src/test/lib/run_test_embed.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/lib/run_test_embed.ml b/src/test/lib/run_test_embed.ml new file mode 100644 index 00000000..f7b45316 --- /dev/null +++ b/src/test/lib/run_test_embed.ml @@ -0,0 +1,2 @@ +Test._run() + |
