Commit Graph

5 Commits

Author SHA1 Message Date
Stefan Berger
b5b48d4134 tests: Run all tests again in run_test
Previous commit broke the run_test script and only ended up running
the first test. This  patch fixes it and displays an success message
at the end.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2020-04-07 17:14:10 -04:00
Stefan Berger
80b0943a4f tests: Disable CUSE interface testing in run_test.sh
Diable testing with the CUSE interface in run_test.sh. The CUSE driver
in Linux seems to have some stability problems.

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2020-04-07 16:10:28 -04:00
Stefan Berger
b8e9b4aeeb run_test.sh: Replace -j8 with -j$(nproc)
Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
2019-01-28 17:03:26 -05:00
Stefan Berger
c85b2cc35f test: Add PKG_CONFIG_PATH in front of configure for i386
More recent glib-2.0 needs a specific different include files for
32 and 64 bit x86 architectures. We get this through pkg-config but
need to set its search path accordingly.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
2018-06-04 16:11:24 -04:00
Stefan Berger
2a312e9f30 test: add script to test 32bit and 64bit versions
Add a script to build and test 32 bit and 64 bit versions.

Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
2017-10-05 07:17:25 -04:00