summaryrefslogtreecommitdiff
path: root/test cases/csharp/2 library
AgeCommit message (Collapse)Author
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger
2018-10-14Add mising files to list of installed files for csharp testJon Turney
Omitted from 81e7a098 as csharp tests are skipped in Appveyor CI
2017-08-24tests: Check that generated sources can be used in csharp targetsThibault Saunier
2016-07-01Fix tests for the new library/executable naming schemeNirbheek Chauhan
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.
2015-02-04Rework installation logic so we can go outside the install prefix.Jussi Pakkanen
2014-07-19Set up link paths.Jussi Pakkanen