Make ExportLanguages a subtest of the ObjectLibrary test

It was a subtest of the RunCMake.ObjectLibrary test. However, we need
to test a build with ExternalProject after running CMake, which RunCMake tests
do not do.
This commit is contained in:
Stephen Kelly
2012-10-07 22:37:23 +02:00
parent 30ff6cf9e9
commit 310aef959b
7 changed files with 32 additions and 16 deletions
@@ -0,0 +1 @@
extern "C" int acxx(void) { return 0; }