Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test.h « tests « creator « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 37bdab301fcb386a3c7a21c920bdb3e7aaeb1119 (plain)
1
2
3
4
5
6
#ifndef _BF_UNIT_TEST
#define _BF_UNIT_TEST

int run_tests();

#endif  /* _BF_UNIT_TEST */