🔨 adjusted Coverity script to work without Makefile

This commit is contained in:
Niels Lohmann
2017-10-05 07:13:59 +02:00
parent 7b82e4b4c8
commit c204ac82e0
3 changed files with 4 additions and 25 deletions
-7
View File
@@ -1,7 +0,0 @@
#pragma once
#include "catch.hpp"
#define private public
#include "json.hpp"
using nlohmann::json;