From df4af2d122111651468617b4feb34ccc91132bad Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 20 Nov 2016 00:50:25 +0200 Subject: Renamed test to plug hole in numbering. --- manual tests/10 hg wrap/meson.build | 10 ---------- manual tests/10 hg wrap/prog.c | 6 ------ manual tests/10 hg wrap/subprojects/samplesubproject.wrap | 4 ---- manual tests/6 hg wrap/meson.build | 10 ++++++++++ manual tests/6 hg wrap/prog.c | 6 ++++++ manual tests/6 hg wrap/subprojects/samplesubproject.wrap | 4 ++++ 6 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 manual tests/10 hg wrap/meson.build delete mode 100644 manual tests/10 hg wrap/prog.c delete mode 100644 manual tests/10 hg wrap/subprojects/samplesubproject.wrap create mode 100644 manual tests/6 hg wrap/meson.build create mode 100644 manual tests/6 hg wrap/prog.c create mode 100644 manual tests/6 hg wrap/subprojects/samplesubproject.wrap (limited to 'manual tests') diff --git a/manual tests/10 hg wrap/meson.build b/manual tests/10 hg wrap/meson.build deleted file mode 100644 index c7ac004..0000000 --- a/manual tests/10 hg wrap/meson.build +++ /dev/null @@ -1,10 +0,0 @@ -project('Mercurial outcheckker', 'c') - -sp = subproject('samplesubproject') - -exe = executable('gitprog', 'prog.c', -include_directories : sp.get_variable('subproj_inc'), -link_with : sp.get_variable('subproj_lib'), -) - -test('maintest', exe) diff --git a/manual tests/10 hg wrap/prog.c b/manual tests/10 hg wrap/prog.c deleted file mode 100644 index df38000..0000000 --- a/manual tests/10 hg wrap/prog.c +++ /dev/null @@ -1,6 +0,0 @@ -#include"subproj.h" - -int main(int argc, char **argv) { - subproj_function(); - return 0; -} diff --git a/manual tests/10 hg wrap/subprojects/samplesubproject.wrap b/manual tests/10 hg wrap/subprojects/samplesubproject.wrap deleted file mode 100644 index 6d3b3f2..0000000 --- a/manual tests/10 hg wrap/subprojects/samplesubproject.wrap +++ /dev/null @@ -1,4 +0,0 @@ -[wrap-hg] -directory=samplesubproject -url=https://bitbucket.org/jpakkane/samplesubproject -revision=tip diff --git a/manual tests/6 hg wrap/meson.build b/manual tests/6 hg wrap/meson.build new file mode 100644 index 0000000..c7ac004 --- /dev/null +++ b/manual tests/6 hg wrap/meson.build @@ -0,0 +1,10 @@ +project('Mercurial outcheckker', 'c') + +sp = subproject('samplesubproject') + +exe = executable('gitprog', 'prog.c', +include_directories : sp.get_variable('subproj_inc'), +link_with : sp.get_variable('subproj_lib'), +) + +test('maintest', exe) diff --git a/manual tests/6 hg wrap/prog.c b/manual tests/6 hg wrap/prog.c new file mode 100644 index 0000000..df38000 --- /dev/null +++ b/manual tests/6 hg wrap/prog.c @@ -0,0 +1,6 @@ +#include"subproj.h" + +int main(int argc, char **argv) { + subproj_function(); + return 0; +} diff --git a/manual tests/6 hg wrap/subprojects/samplesubproject.wrap b/manual tests/6 hg wrap/subprojects/samplesubproject.wrap new file mode 100644 index 0000000..6d3b3f2 --- /dev/null +++ b/manual tests/6 hg wrap/subprojects/samplesubproject.wrap @@ -0,0 +1,4 @@ +[wrap-hg] +directory=samplesubproject +url=https://bitbucket.org/jpakkane/samplesubproject +revision=tip -- cgit v1.1