diff options
-rw-r--r-- | test/LLC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LLC/Makefile b/test/LLC/Makefile index b48c24ad60..4fb94efba3 100644 --- a/test/LLC/Makefile +++ b/test/LLC/Makefile @@ -3,7 +3,7 @@ # This directory contains regression tests for the LLVM sparc backend. # LEVEL = ../../.. -include $(LEVEL)/test/Programs/SingleSource/Makefile.singlesrc +include $(LEVEL)/test/Makefile.tests # Only .ll tests here. C tests are run via Makefile.singlesrc above. # |