radeon/llvm: Add some comments and fix coding style
[mesa.git] / src / gallium / drivers / r300 / compiler / tests / r300_compiler_tests.c
1 #include "r300_compiler_tests.h"
2
3 int main(int argc, char ** argv)
4 {
5 radeon_compiler_util_run_tests();
6 }