How do the QT4 tests get built/run?
-
Hi,
IIRC
make testsand it should run them.As for configure parameters, IIRC, they are enabled by default when building Qt.
-
As for configure parameters, IIRC, they are enabled by default when building Qt.
I can confirm this at least for the
developer-build, where I need to givenomake-teststo not build them all (saves time).