From 8dd0d1d048cc7ed073b6eeb5b5cba442142125ad Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 20 Jun 2018 13:10:42 +0200 Subject: Add few basic tests --- tests/testscript | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tests/testscript (limited to 'tests/testscript') diff --git a/tests/testscript b/tests/testscript new file mode 100644 index 0000000..516aa5b --- /dev/null +++ b/tests/testscript @@ -0,0 +1,22 @@ +# file : tests/testscript +# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC +# license : GNU GPL v3; see accompanying LICENSE file + +: version +: +$* --version >>~/EOO/ +/ODB object-relational mapping \(ORM\) compiler for C\+\+ .+/ +/.*/* +EOO + +: plugin +: +: To actually compile anything we need libodb. However, we can smoke-test the +: plugin loading and invocation using the --trace option that suppresses the +: standard prologue/epilogue (which includes the libodb headers). +: +touch empty.hxx; +$* -d sqlite --trace empty.hxx 2>>~/EOE/ != 0 +/.*/* +empty.hxx: error: unable to resolve odb namespace +EOE -- cgit v1.1