Arbitrary output directory support for compiler test build copies (#848) (#851)

* Move copy from top level down to test_compile module as post-build copy
* Fix windows VS2015 build break
This commit is contained in:
Jim Lewis
2020-07-24 08:30:24 -05:00
committed by GitHub
parent 9c0edebd3c
commit 0ee260b036
3 changed files with 18 additions and 13 deletions

View File

@@ -17,6 +17,7 @@
#include <vector>
#include <set>
#include <iterator>
#include <algorithm>
#include <cstring>
#include "harness/testHarness.h"