aboutsummaryrefslogtreecommitdiff
path: root/test cases/rust/2 sharedlib
AgeCommit message (Collapse)AuthorFilesLines
2020-11-11tests/rust: dynamic linking doesn't work on darwinDylan Baker1-0/+4
This is a bug, and needs to be fixed, but in the short term testing other rust functionality on darwin is an improvement over testing none.
2020-02-25test: merge installed_files.txt into test.jsonDaniel Mensinger2-6/+10
2019-06-22Fix the last remaining Rust install file list.Jussi Pakkanen1-1/+5
2019-06-22Run Rust shared library test via rustup to get the environment right.Jussi Pakkanen1-1/+8
2017-06-14fix failing Rust test casesAdam C. Foltzer1-1/+1
2016-07-01Fix tests for the new library/executable naming schemeNirbheek Chauhan1-1/+1
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-10-11Fix Rust to work with 1.3 release. Closes #277.Jussi Pakkanen2-3/+3
2014-06-23Install Rust shared libraries.Jussi Pakkanen2-2/+4
2014-06-19Set up dependencies for Rust linking. Does not work fully yet.Jussi Pakkanen2-0/+5
2014-06-19Build a shared Rust library.Jussi Pakkanen2-0/+6