From ec3e81b7a7be77836ac52dc6168aa5ac4c498217 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 17 Feb 2018 12:58:17 -0800 Subject: Added test result reporting --- Tests/TestApp/include/TestTexturing.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Tests/TestApp/include/TestTexturing.h') diff --git a/Tests/TestApp/include/TestTexturing.h b/Tests/TestApp/include/TestTexturing.h index 8649674..ed55bac 100644 --- a/Tests/TestApp/include/TestTexturing.h +++ b/Tests/TestApp/include/TestTexturing.h @@ -23,7 +23,9 @@ #pragma once -class TestTexturing +#include "UnitTestBase.h" + +class TestTexturing : public UnitTestBase { public: TestTexturing(); -- cgit v1.2.3