diff options
Diffstat (limited to 'src/gallium/drivers/r300/compiler/tests/Makefile')
-rw-r--r-- | src/gallium/drivers/r300/compiler/tests/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/compiler/tests/Makefile b/src/gallium/drivers/r300/compiler/tests/Makefile index 6eda34a2c00..fe83e5d0c96 100644 --- a/src/gallium/drivers/r300/compiler/tests/Makefile +++ b/src/gallium/drivers/r300/compiler/tests/Makefile @@ -4,11 +4,12 @@ include $(TOP)/configs/current CFLAGS += -Wall -Werror ### Basic defines ### -TESTS = radeon_compiler_util_tests +TESTS = r300_compiler_tests TEST_SOURCES := $(TESTS:=.c) SHARED_SOURCES = \ + radeon_compiler_util_tests.c \ rc_test_helpers.c \ unit_test.c |