+1
−1
test/cpp_headers/.gitignore
0 → 100644
+1
−0
test/cpp_headers/cpp_headers.cpp
deleted100644 → 0
+0
−36
Loading
Rather than requiring changes to a static list of header files, use the
GNU Make wildcard function to generate a .cpp file per header.
This also tests whether each header includes all of the system headers
for the types it uses.
Change-Id: I05b82510b194533672568019e138d7d1aad2e86b
Signed-off-by:
Daniel Verkamp <daniel.verkamp@intel.com>