diff options
author | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-04-19 16:45:20 -0300 |
---|---|---|
committer | Rafael G. Martins <rafael@rafaelmartins.eng.br> | 2015-04-19 16:45:20 -0300 |
commit | 329ef39c0fe382498dde48b5822b041a3804f618 (patch) | |
tree | c03815c65098339ee161139634d66a1cb827b959 /tests/check_loader.c | |
parent | d5ae7feec228e88f2c728a1fec2d331c88789a1b (diff) | |
download | blogc-329ef39c0fe382498dde48b5822b041a3804f618.tar.gz blogc-329ef39c0fe382498dde48b5822b041a3804f618.tar.bz2 blogc-329ef39c0fe382498dde48b5822b041a3804f618.zip |
error: added tests
Diffstat (limited to 'tests/check_loader.c')
-rw-r--r-- | tests/check_loader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check_loader.c b/tests/check_loader.c index c9f1432..08c5acc 100644 --- a/tests/check_loader.c +++ b/tests/check_loader.c @@ -16,6 +16,7 @@ #include <cmocka.h> #include <string.h> #include "../src/loader.h" +#include "../src/utils/utils.h" static void |