mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-11 04:06:20 +00:00
![Edwin Vane](/assets/img/avatar_default.png)
Added support to CMake and autoconf for unit tests in clang-tools-extra. A dummy test exists for now until more meaningful tests can be written. llvm-svn: 178661
16 lines
470 B
Makefile
16 lines
470 B
Makefile
##===- tools/extra/test/Unit/Makefile ----------------------*- Makefile -*-===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file is distributed under the University of Illinois Open Source
|
|
# License. See LICENSE.TXT for details.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
CLANG_LEVEL := ../../..
|
|
include $(CLANG_LEVEL)/../../Makefile.config
|
|
|
|
PARALLEL_DIRS := cpp11-migrate
|
|
|
|
include $(CLANG_LEVEL)/Makefile
|