diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-04-26 16:52:13 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-04-26 23:39:15 +0100 |
| commit | e75e3976facda7de244fbb9a02eebf0d043ea1c8 (patch) | |
| tree | dab22f95b5c837a70b1b4164d97ff351a49ffd81 /test cases/common/150 dotinclude | |
| parent | 53fe7c2f0a51697cd57628753852dd3f8711becf (diff) | |
| download | meson-e75e3976facda7de244fbb9a02eebf0d043ea1c8.tar.gz | |
Condense test directory names.
Diffstat (limited to 'test cases/common/150 dotinclude')
| -rw-r--r-- | test cases/common/150 dotinclude/dotproc.c | 10 | ||||
| -rw-r--r-- | test cases/common/150 dotinclude/meson.build | 5 | ||||
| -rw-r--r-- | test cases/common/150 dotinclude/stdio.h | 6 |
3 files changed, 0 insertions, 21 deletions
diff --git a/test cases/common/150 dotinclude/dotproc.c b/test cases/common/150 dotinclude/dotproc.c deleted file mode 100644 index f48c330bd..000000000 --- a/test cases/common/150 dotinclude/dotproc.c +++ /dev/null @@ -1,10 +0,0 @@ -#include"stdio.h" - -#ifndef WRAPPER_INCLUDED -#error The wrapper stdio.h was not included. -#endif - -int main(void) { - printf("Eventually I got printed.\n"); - return 0; -} diff --git a/test cases/common/150 dotinclude/meson.build b/test cases/common/150 dotinclude/meson.build deleted file mode 100644 index e0c2cd7a0..000000000 --- a/test cases/common/150 dotinclude/meson.build +++ /dev/null @@ -1,5 +0,0 @@ -project('dotinclude', 'c') - -executable('dotproc', 'dotproc.c', - implicit_include_directories : false) - diff --git a/test cases/common/150 dotinclude/stdio.h b/test cases/common/150 dotinclude/stdio.h deleted file mode 100644 index b6bd09fc4..000000000 --- a/test cases/common/150 dotinclude/stdio.h +++ /dev/null @@ -1,6 +0,0 @@ -// There is no #pragma once because we _want_ to cause an eternal loop -// if this wrapper invokes itself. - -#define WRAPPER_INCLUDED - -#include<stdio.h> |
