Fix up the tests to work in linux container too
This commit is contained in:
parent
53b1d12447
commit
c769e8a479
7 changed files with 93 additions and 70 deletions
1
tests/testdata/cpp/simple/Makefile
vendored
1
tests/testdata/cpp/simple/Makefile
vendored
|
|
@ -3,6 +3,7 @@ CXXFLAGS=-g -O0 -std=c++17
|
|||
.PHONY: all
|
||||
|
||||
TARGETS=simple variables struct printer threads
|
||||
LDLIBS=-lpthread
|
||||
|
||||
all: $(TARGETS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue