Add a manual test for the calculated variables

This commit is contained in:
Ben Jackson 2020-09-03 14:28:25 +01:00
commit db4e60aca5
2 changed files with 25 additions and 1 deletions

View file

@ -2,7 +2,7 @@ CXXFLAGS=-g -O0 -std=c++17
.PHONY: all
TARGETS=simple variables struct
TARGETS=simple variables struct printer
all: $(TARGETS)