diff options
author | Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net> | 2018-05-16 09:49:55 +0200 |
---|---|---|
committer | Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net> | 2018-05-16 13:28:10 +0200 |
commit | 107e42b0776a0979e522e82654435d9f2bea7a80 (patch) | |
tree | f34e665b2c418695c624dabb55329117263bf7a4 /test-suite/unit-tests | |
parent | a2f4a43833a29a5ede5905225b814c33e3a46132 (diff) |
unit tests: add .merlin
Diffstat (limited to 'test-suite/unit-tests')
-rw-r--r-- | test-suite/unit-tests/.merlin | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/unit-tests/.merlin b/test-suite/unit-tests/.merlin new file mode 100644 index 000000000..b2279de74 --- /dev/null +++ b/test-suite/unit-tests/.merlin @@ -0,0 +1,6 @@ +REC + +S ** +B ** + +PKG oUnit |