Skip to content

Commit

Permalink
[HOT-FIX] packages test.
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit 98544ac
Author: joaquin.f.fernandez <joaquin.f.fernandez@gmail.com>
Date:   Wed Sep 20 16:46:44 2023 -0300

    Fix include path.
  • Loading branch information
joaquinffernandez committed Sep 20, 2023
1 parent 0768624 commit 25888c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mmoc/tests/system/gt_data/packages/pkg_math.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <math.h>
#include <stdlib.h>
#include "/home/joaquin/work/qss-solver/packages/pkg_math.h"
#include "./system/test_data/packages/pkg_math.h"
#include <mmo_math.h>
double __math__exponential(double x)
{
Expand Down

0 comments on commit 25888c0

Please sign in to comment.