aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2019-06-21 19:22:37 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2019-06-21 23:11:56 +0300
commit94ca81b2289aa83af248d5127842e6f5e244e930 (patch)
treef1d7cf7614fb0a5179d3d105bfc975d20516bc98
parentb2cdf528b81d741e96767a88d86cb0d042d7b2ff (diff)
downloadmeson-94ca81b2289aa83af248d5127842e6f5e244e930.zip
meson-94ca81b2289aa83af248d5127842e6f5e244e930.tar.gz
meson-94ca81b2289aa83af248d5127842e6f5e244e930.tar.bz2
Add Rust generated pdbs to list of installed files.
-rw-r--r--test cases/rust/1 basic/installed_files.txt2
-rw-r--r--test cases/rust/3 staticlib/installed_files.txt1
-rw-r--r--test cases/rust/4 polyglot/installed_files.txt7
-rw-r--r--test cases/rust/5 polyglot static/installed_files.txt1
-rw-r--r--test cases/rust/6 named staticlib/installed_files.txt1
-rw-r--r--test cases/rust/7 private crate collision/installed_files.txt1
6 files changed, 12 insertions, 1 deletions
diff --git a/test cases/rust/1 basic/installed_files.txt b/test cases/rust/1 basic/installed_files.txt
index 9dea55f..58aed81 100644
--- a/test cases/rust/1 basic/installed_files.txt
+++ b/test cases/rust/1 basic/installed_files.txt
@@ -1,2 +1,4 @@
usr/bin/program?exe
+?msvc:usr/bin/program.pdb
usr/bin/program2?exe
+?msvc:usr/bin/program2.pdb
diff --git a/test cases/rust/3 staticlib/installed_files.txt b/test cases/rust/3 staticlib/installed_files.txt
index 85acff2..b8f09d7 100644
--- a/test cases/rust/3 staticlib/installed_files.txt
+++ b/test cases/rust/3 staticlib/installed_files.txt
@@ -1,2 +1,3 @@
usr/bin/prog?exe
+?msvc:usr/bin/prog.pdb
usr/lib/libstuff.rlib
diff --git a/test cases/rust/4 polyglot/installed_files.txt b/test cases/rust/4 polyglot/installed_files.txt
index 680343d..4a89107 100644
--- a/test cases/rust/4 polyglot/installed_files.txt
+++ b/test cases/rust/4 polyglot/installed_files.txt
@@ -1,2 +1,7 @@
usr/bin/prog?exe
-usr/lib/libstuff.so
+?msvc:usr/bin/prog.pdb
+?gcc:usr/lib/libstuff.so
+?msvc:usr/bin/stuff.dll
+?msvc:usr/lib/stuff.dll.lib
+?msvc:usr/bin/stuff.pdb
+
diff --git a/test cases/rust/5 polyglot static/installed_files.txt b/test cases/rust/5 polyglot static/installed_files.txt
index 2f7a397..b7d8f78 100644
--- a/test cases/rust/5 polyglot static/installed_files.txt
+++ b/test cases/rust/5 polyglot static/installed_files.txt
@@ -1,2 +1,3 @@
usr/bin/prog?exe
+?msvc:usr/bin/prog.pdb
usr/lib/libstuff.a
diff --git a/test cases/rust/6 named staticlib/installed_files.txt b/test cases/rust/6 named staticlib/installed_files.txt
index bd023ef..e118618 100644
--- a/test cases/rust/6 named staticlib/installed_files.txt
+++ b/test cases/rust/6 named staticlib/installed_files.txt
@@ -1,2 +1,3 @@
usr/bin/prog?exe
+?msvc:usr/bin/prog.pdb
usr/lib/libnamed_stuff.rlib
diff --git a/test cases/rust/7 private crate collision/installed_files.txt b/test cases/rust/7 private crate collision/installed_files.txt
index 06ebd77..07a4a16 100644
--- a/test cases/rust/7 private crate collision/installed_files.txt
+++ b/test cases/rust/7 private crate collision/installed_files.txt
@@ -1,2 +1,3 @@
usr/bin/prog?exe
+?msvc:usr/bin/prog.pdb
usr/lib/librand.rlib