]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/test.qh
Merge remote-tracking branch 'origin/mirceakitsune/func_train_beizer_curve'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / test.qh
1 #define TEST_Check(cond) do { if(!(cond)) TEST_Fail(#cond); } while(0)
2
3 void TEST_OK();
4 void TEST_Fail(string cond);
5
6 float TEST_RunAll();
7 float TEST_Run(string test);