Add some tests for expand/collapse variables; todo - fails on gdb/linux
This commit is contained in:
parent
9df680089b
commit
97f6dd29a6
8 changed files with 389 additions and 5 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
|
||||
TARGETS=simple variables struct
|
||||
|
||||
all: $(TARGETS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue