name: cmdchk plugin: lsb description: lsbcmdchk is a program which verifies that all the commands required by the LSB specification are present. It does not check the behaviour of those commands. command: /opt/lsb/bin/lsbcmdchk -j $TMP_DIRECTORY/cmdchk.journal name: libchk plugin: lsb description: lsblibchk is a program which looks for LSB libraries and checks that those libraries contain the symbols required by the specification. If it is required that the symbol be versioned it checks that the symbol with the correct version exists in the library. This program can be used for checking either the runtime LSB environment or the LSB build environment. command: /opt/lsb/bin/lsblibchk -j $TMP_DIRECTORY/libchk.journal name: core plugin: lsb description: This is a binary version of the LSB core test suite. command: /opt/lsb/test/manager/autotest-ext/lsb-tef.pl -D --lsb=3.2 --http-proxy=$http_proxy core && cp `find /opt/lsb/test/core/tet/test_sets/results/ -name journal | sort | tail -n1` $TMP_DIRECTORY/core.journal name: desktop-t2c plugin: lsb description: The set of the LSB desktop test suites created using the T2C ("Template-to-C") framework. command: /opt/lsb/test/manager/autotest-ext/lsb-tef.pl -D --lsb=3.2 --http-proxy=$http_proxy desktop-t2c && cp `find /opt/lsb/test/desktop-t2c/results/ -name journal | sort | tail -n1` $TMP_DIRECTORY/desktop-t2c.journal name: libstdc++ plugin: lsb description: This package includes the libstdc++-v3 testsuite from gcc version 3.4.3, together with QMTest extensions allowing the testsuite to be run against an installed version of libstdc++ without requiring a compiler. command: echo $TMP_DIRECTORY/libstdc++ | /opt/lsb/test/libstdcpp*/run_tests && cp $TMP_DIRECTORY/libstdc++/v3db/journal.* $TMP_DIRECTORY/libstdc++.journal name: perl plugin: lsb description: This is the official package version of the LSB Perl test suite. These tests are derived from Perl's build-time tests. command: /opt/lsb/test/manager/autotest-ext/lsb-tef.pl -D --lsb=3.2 --http-proxy=$http_proxy perl && cp `find /opt/lsb/test/perl/results/ -name journal | sort | tail -n1` $TMP_DIRECTORY/perl.journal name: printing plugin: lsb description: This package provides the LSB Runtime Printing Tests, for distribution certification. command: /opt/lsb/test/manager/autotest-ext/lsb-tef.pl -D --lsb=3.2 --http-proxy=$http_proxy printing && cp `find /opt/lsb/test/printing/results/ -name journal | sort | tail -n1` $TMP_DIRECTORY/printing.journal name: python plugin: lsb description: This is the official package version of the LSB Python test suite. These tests are derived from Python's build-time tests. command: /opt/lsb/test/manager/autotest-ext/lsb-tef.pl -D --lsb=3.2 --http-proxy=$http_proxy python && cp `find /opt/lsb/test/python/results/ -name journal | sort | tail -n1` $TMP_DIRECTORY/python.journal name: xts5 plugin: lsb description: This is the official package version of LSB X Window System test suite. These tests are derived from the XTS5 test suites. command: /opt/lsb/test/manager/autotest-ext/lsb-tef.pl -D --lsb=3.2 --http-proxy=$http_proxy xts5 && cp `find /opt/lsb/test/lsb-xts5/xts5/results/ -name journal | sort | tail -n1` $TMP_DIRECTORY/python.journal