diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2016-12-26 20:56:04 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-01-02 23:52:50 +0200 |
| commit | ee8a6e6fc5b58b5756f4e01271e77399f2d973bb (patch) | |
| tree | b10b93b2b28e1135a3e87b4f127198786e596896 /test cases/unit/2 testsetups/impl.c | |
| parent | 776b0d9a5f425d0363b8b71933f990183ca4a281 (diff) | |
| download | meson-ee8a6e6fc5b58b5756f4e01271e77399f2d973bb.tar.gz | |
Can specify test setups and run them with mesontest.
Diffstat (limited to 'test cases/unit/2 testsetups/impl.c')
| -rw-r--r-- | test cases/unit/2 testsetups/impl.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/unit/2 testsetups/impl.c b/test cases/unit/2 testsetups/impl.c new file mode 100644 index 000000000..d87f3de51 --- /dev/null +++ b/test cases/unit/2 testsetups/impl.c @@ -0,0 +1,5 @@ +/* Write past the end. */ + +void do_nasty(char *ptr) { + ptr[10] = 'n'; +} |
