Add a manual test for the calculated variables
This commit is contained in:
parent
522d8fbc99
commit
db4e60aca5
2 changed files with 25 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
|
||||
TARGETS=simple variables struct printer
|
||||
|
||||
all: $(TARGETS)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue