Threads tests WIP
This commit is contained in:
parent
e5a765409a
commit
e2ca9b5318
5 changed files with 109 additions and 1 deletions
2
tests/testdata/cpp/simple/Makefile
vendored
2
tests/testdata/cpp/simple/Makefile
vendored
|
|
@ -2,7 +2,7 @@ CXXFLAGS=-g -O0 -std=c++17
|
|||
|
||||
.PHONY: all
|
||||
|
||||
TARGETS=simple variables struct printer
|
||||
TARGETS=simple variables struct printer threads
|
||||
|
||||
all: $(TARGETS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue