From cb4773ce29fbac856811f69a3fb5b17b7e83d44d Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 27 Nov 2015 21:24:11 -0700 Subject: add root export declaration which is overridable by command line options --- test/run_tests.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/run_tests.cpp') diff --git a/test/run_tests.cpp b/test/run_tests.cpp index 63f83afe59..e20eaf8405 100644 --- a/test/run_tests.cpp +++ b/test/run_tests.cpp @@ -39,6 +39,10 @@ static void add_simple_case(const char *case_name, const char *source, const cha test_case->compiler_args.append("build"); test_case->compiler_args.append(tmp_source_path); + test_case->compiler_args.append("--export"); + test_case->compiler_args.append("exe"); + test_case->compiler_args.append("--name"); + test_case->compiler_args.append("test"); test_case->compiler_args.append("--output"); test_case->compiler_args.append(tmp_exe_path); test_case->compiler_args.append("--release"); -- cgit v1.2.3