- test with python API - test with command interpreter - test stepping a single (selected) thread - test stepping all threads in the program llvm-svn: 186446
8 lines
131 B
Makefile
8 lines
131 B
Makefile
LEVEL = ../../../make
|
|
CXX_SOURCES := main.cpp
|
|
LD_EXTRAS := -lpthread
|
|
|
|
CFLAGS_EXTRAS += -std=c++11
|
|
|
|
include $(LEVEL)/Makefile.rules
|