Added installed_files.txt files to all places that needed them.

pull/15/head
Jussi Pakkanen 12 years ago
parent 2aed361390
commit 26837fda48
  1. 1
      run_tests.py
  2. 2
      test cases/common/10 man install/installed_files.txt
  3. 1
      test cases/common/12 data/installed_files.txt
  4. 3
      test cases/common/27 library versions/installed_files.txt
  5. 3
      test cases/common/8 install/installed_files.txt
  6. 2
      test cases/common/9 header install/installed_files.txt
  7. 3
      test cases/frameworks/6 gettext/installed_files.txt

@ -41,7 +41,6 @@ def validate_install(srcdir, installdir):
for fname in files:
found_name = os.path.join(root, fname)[len(installdir)+1:]
found[found_name] = True
print(found)
expected = set(expected)
found = set(found)
missing = expected - found

@ -0,0 +1,2 @@
share/man/man1/foo.1.gz
share/man/man2/bar.2.gz

@ -0,0 +1 @@
share/progname/datafile.dat

@ -0,0 +1,3 @@
lib/libsomelib.so
lib/libsomelib.so.0
lib/libsomelib.so.1.2.3

@ -0,0 +1,3 @@
bin/prog
lib/libshar.so
lib/libstat.a

@ -0,0 +1,2 @@
include/rootdir.h
include/subdir/subdir.h

@ -0,0 +1,3 @@
bin/intlprog
share/locale/de/LC_MESSAGES/intltest.mo
share/locale/fi/LC_MESSAGES/intltest.mo
Loading…
Cancel
Save