Free code.prof after retranslate-all completes
[hiphop-php.git] / hphp / test / ext / test_ext.inc
blob329c89cf6aa928633318683d25edf612a52288c0
2 /*
3  * TestExt is mostly deprecated.
4  *
5  * Please don't add new extension tests here if they are possible to
6  * write in php.
7  *
8  * The tests below still remain in C++ generally because they start
9  * temporary servers, which is easier from C++.
10  */
12 RUN_TESTSUITE(TestExtApc);
13 #ifdef HAVE_CUSTOM_LIBEVENT
14 RUN_TESTSUITE(TestExtCurl);
15 #endif
16 RUN_TESTSUITE(TestExtServer);