Motivation here is that I'm planning to add more test cases to this and it's easier to read/maintain as an API test. Drive-by: * I also removed the `std::string` checks since those belong in the STL formatter tests.
5 lines
78 B
Makefile
5 lines
78 B
Makefile
CXX_SOURCES := main.cpp
|
|
CXXFLAGS_EXTRAS := -std=c++20
|
|
|
|
include Makefile.rules
|