comparison UnitTestsSources/TestCommands.cpp @ 1455:30deba7bc8e2

simplifying include_directories
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 11 Jun 2020 20:54:01 +0200
parents 8a0a62189f46
children
comparison
equal deleted inserted replaced
1454:faaff0a1711e 1455:30deba7bc8e2
17 * You should have received a copy of the GNU Affero General Public License 17 * You should have received a copy of the GNU Affero General Public License
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 21
22 #include "gtest/gtest.h" 22 #include <gtest/gtest.h>
23 23
24 //#include "../Applications/Commands/BaseCommandFactory.h" 24 //#include "../Applications/Commands/BaseCommandFactory.h"
25 //#include "Core/OrthancException.h" 25 //#include "OrthancException.h"
26 26
27 //class CommandIncrement: public OrthancStone::BaseCommand<CommandIncrement> 27 //class CommandIncrement: public OrthancStone::BaseCommand<CommandIncrement>
28 //{ 28 //{
29 //public: 29 //public:
30 // static int counter; 30 // static int counter;