Files
clang-p2996/lldb/test/cpp/virtual/Makefile
Johnny Chen a1c833769e Add TestVirtual.py to go with test/cpp/virtual/main.cpp file, which tests
C++ virtual function and virtual inheritance.

llvm-svn: 124642
2011-02-01 01:23:34 +00:00

6 lines
77 B
Makefile

LEVEL = ../../make
CXX_SOURCES := main.cpp
include $(LEVEL)/Makefile.rules