aboutsummaryrefslogtreecommitdiff
path: root/test cases/csharp
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2016-07-01 14:43:51 +0530
committerNirbheek Chauhan <nirbheek@centricular.com>2016-07-01 20:50:47 +0530
commit45c8557dc67b7e8af8cef1aeb8b662dc9a6a4286 (patch)
tree5ae1944a3187b082258017982d2a84f7c1b431c3 /test cases/csharp
parent598997bdb59efa9fe9e72c02d33a350bb8c397bb (diff)
downloadmeson-45c8557dc67b7e8af8cef1aeb8b662dc9a6a4286.zip
meson-45c8557dc67b7e8af8cef1aeb8b662dc9a6a4286.tar.gz
meson-45c8557dc67b7e8af8cef1aeb8b662dc9a6a4286.tar.bz2
Fix tests for the new library/executable naming scheme
Also add new tests for the platform-specific and compiler-specific versioning scheme. A rough summary is: 1. A bug in how run_tests.py:validate_install checked for files has been fixed. Earlier it wasn't checking the install directory properly. 2. Shared libraries are no longer installed in common tests, and the library name/path testing is now done in platform-specific tests. 3. Executables are now always called something?exe in the installed_files.txt file, and the suffix automatically corrected depending on the platform. 4. If a test installs a file called 'no-installed-files', the installed files for that test are not validated. This is required to implement compiler-specific tests for library names/paths such as MSVC vs MinGW 5. The platform-specific file renaming in run_tests.py has been mostly removed since it is broken for shared libraries and isn't needed for static libraries. 6. run_tests.py now reports all missing and extra files. The logic for finding these has been reworked.
Diffstat (limited to 'test cases/csharp')
-rw-r--r--test cases/csharp/2 library/installed_files.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/csharp/2 library/installed_files.txt b/test cases/csharp/2 library/installed_files.txt
index b830634..4ebea55 100644
--- a/test cases/csharp/2 library/installed_files.txt
+++ b/test cases/csharp/2 library/installed_files.txt
@@ -1,2 +1,2 @@
usr/bin/prog.exe
-usr/lib/libhelper.dll
+usr/lib/helper.dll