mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 05:00:39 +00:00
62f0e465f2
Since we are including Makefile.test, we automatically get Makefile.common. Furthermore, the double inclusion of Makefile.common causes the test suite to be executed twice per invocation of the top level make. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7652 91177308-0d34-0410-b5e6-96231b3b80d8
5 lines
73 B
Makefile
5 lines
73 B
Makefile
LEVEL = ..
|
|
DIRS = Feature Regression Programs
|
|
include Makefile.tests
|
|
|