mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
635a8c2a31
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. llvm-svn: 7652
5 lines
73 B
Makefile
5 lines
73 B
Makefile
LEVEL = ..
|
|
DIRS = Feature Regression Programs
|
|
include Makefile.tests
|
|
|