From 3c57a25a4d6a80301ece82ab33f1394e34f8b873 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 23 Jul 2015 09:59:52 +0200 Subject: Basic test support --- tests/test/simple/driver.cxx | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests/test/simple/driver.cxx') diff --git a/tests/test/simple/driver.cxx b/tests/test/simple/driver.cxx index 70b4146..3753821 100644 --- a/tests/test/simple/driver.cxx +++ b/tests/test/simple/driver.cxx @@ -1,4 +1,14 @@ +#include +#include + +using namespace std; + int main () { + cerr << "test is running (stderr)" << endl; + //assert (false); + cout << "test is running (stdout)" << endl; + return 0; + //return 1; } -- cgit v1.1