aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/compiler/tests/r300_compiler_tests.c
blob: 01495b46986ea2e4ccf5a7ab1b27723620c27725 (plain)
1
2
3
4
5
6
#include "r300_compiler_tests.h"

int main(int argc, char ** argv)
{
	radeon_compiler_util_run_tests();
}