Fixes these tests: TestBreakAfterJoin.py TestCreateDuringStep.py TestExitDuringBreak.py TestMultipleBreakpoints.py llvm-svn: 230828
6 lines
101 B
Makefile
6 lines
101 B
Makefile
LEVEL = ../../../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
ENABLE_THREADS := YES
|
|
include $(LEVEL)/Makefile.rules
|