diff options
Diffstat (limited to 'tests/manifest-parser/testscript')
-rw-r--r-- | tests/manifest-parser/testscript | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/manifest-parser/testscript b/tests/manifest-parser/testscript new file mode 100644 index 0000000..6a95286 --- /dev/null +++ b/tests/manifest-parser/testscript @@ -0,0 +1,23 @@ +# file : tests/manifest-parser/testscript +# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +$* >>EOO +1 + +name +foo + +version +1.2.3 + +description +foo +executable + +depends +libfoo + +depends +libbar +EOO |