mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-29 08:36:45 +01:00
corrected Makefile - it's TableTestResult.hpp not .h
This commit is contained in:
parent
d01be793d4
commit
8a695424ed
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ cppunit_sources = framework/CppUnitException.h \
|
|||
textui/TextTestResult.cpp \
|
||||
textui/TextTestResult.h \
|
||||
textui/TableTestResult.cpp \
|
||||
textui/TableTestResult.h
|
||||
textui/TableTestResult.hpp
|
||||
|
||||
silly_string_sources = ../silly_string/silly_string.cpp \
|
||||
../silly_string/silly_string.hpp
|
||||
|
|
Loading…
Add table
Reference in a new issue