Skip to content

Commit

Permalink
Fixed test_install action
Browse files Browse the repository at this point in the history
  • Loading branch information
KochynVolodymyr committed Jul 19, 2024
1 parent 9d2e781 commit e6a301c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/Utils/JsonWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "JsonWriter.h"
#include "Utils/JsonWriter.h"

#include <fstream>
#include <iterator>

#include "StringUtils.h"
#include "Utils/StringUtils.h"

namespace FOEDAG {

Expand Down
2 changes: 1 addition & 1 deletion tests/TestInstall/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,12 @@ target_link_libraries(test_hellofoedag
ipgenerate
designquery
devicemodeling
foedagutils
QConsole
tcl_stubb
tcl_static
zlib
ipconfigurator
foedagutils
pinassignment
cfgcompiler
modelconfig
Expand Down

0 comments on commit e6a301c

Please sign in to comment.