From 1b636b43d2bf4dca0332a2e2b36affa67fbe1e0b Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Mon, 11 May 2015 13:56:28 +0100 Subject: Add unit tests for ECMAddTests module. REVIEW: 123722 --- tests/ECMAddTests/testhelper.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/ECMAddTests/testhelper.cpp (limited to 'tests/ECMAddTests/testhelper.cpp') diff --git a/tests/ECMAddTests/testhelper.cpp b/tests/ECMAddTests/testhelper.cpp new file mode 100644 index 00000000..00d0ceed --- /dev/null +++ b/tests/ECMAddTests/testhelper.cpp @@ -0,0 +1,8 @@ +#include "testhelper.h" +#include +#include + +void make_test_file(const char *filename) +{ + std::ofstream(filename) << "test" << std::endl; +} -- cgit v1.2.1