From e815af118562c68794efbd310c887acd8eae800c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 24 Jun 2015 13:53:28 +0200 Subject: First take on the cli module plus necessary infrastructure --- tests/cli/driver.cpp | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 tests/cli/driver.cpp (limited to 'tests/cli/driver.cpp') diff --git a/tests/cli/driver.cpp b/tests/cli/driver.cpp new file mode 100644 index 0000000..70b4146 --- /dev/null +++ b/tests/cli/driver.cpp @@ -0,0 +1,4 @@ +int +main () +{ +} -- cgit v1.1