Comment 3 for bug 1379360

Revision history for this message
Pupu Toivonen (scolphoy) wrote :

Ubuntu 12.04 --
scolphoy@farnsworth:/usr/lib$ pkg-config --cflags --libs check
 -lcheck_pic

Ubuntu 14.04 --
hipuser@ubuntu:~/src/hipl$ pkg-config --cflags --libs check
-pthread -pthread -lcheck_pic -lrt -lm

Running ./configure CFLAGS="-pthread -pthread -lcheck_pic -lrt -lm" seems to make at least some tests run. They are a lot less verbose than on Ubuntu 12.04, and I'm not entirely sure yet if the tests are actually run, or simply marked as passed.

make check-TESTS
make[2]: Entering directory `/home/hipuser/src/hipl'
make[3]: Entering directory `/home/hipuser/src/hipl'
PASS: test/check_hipd
PASS: test/check_hipfw
PASS: test/check_libcore
PASS: test/check_libhipl
PASS: tools/hipdnsproxy/dnsproxy.py
PASS: tools/hipdnsproxy/hosts.py
PASS: tools/hipdnsproxy/util.py
PASS: tools/hipdnsproxy/resolvconf.py
PASS: tools/hipdnsproxy/resolvconf_test.py
PASS: tools/hipdnsproxy/dnsproxy_test.py
make[4]: Entering directory `/home/hipuser/src/hipl'
make all-am
make[5]: Entering directory `/home/hipuser/src/hipl'
make[5]: Leaving directory `/home/hipuser/src/hipl'
make[4]: Leaving directory `/home/hipuser/src/hipl'
============================================================================
Testsuite summary for HIP for Linux 1.0.8
============================================================================
# TOTAL: 11
# PASS: 11
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================