Warning, /multimedia/amarok/tests/config-amarok-test.h.cmake is written in an unsupported language. File is not indexed.

0001 /* config-amarok-test.h. Generated by cmake from config-amarok-test.h.cmake */
0002 
0003 /* The root of the test data in Amarok's source tree. Use this if you have to access uninstalled test data */
0004 #define AMAROK_TEST_DIR "${AMAROK_TEST_TREE}"
0005 
0006 /*The number of tracks that are used for the SqlCollection performance tests/stress tests.
0007   It should be a multiple of 1000, check the unit tests to see why*/
0008   #define AMAROK_SQLCOLLECTION_STRESS_TEST_TRACK_COUNT ${STRESS_TEST_TRACK_COUNT}
0009 
0010 /*The location of the built utilities in the tree */
0011 #define AMAROK_OVERRIDE_UTILITIES_PATH "${AMAROK_UTILITIES_DIR}"