aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2015-04-19 19:25:14 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2015-04-19 19:25:14 -0300
commita50cdda0f68cee1f2adf8480b163911eb83298c2 (patch)
treeee2440a014ed6cbd54daa7a72ed956785cbea6c7 /tests
parent37444105873802ac3fb70ac0cd81269361e5e559 (diff)
downloadblogc-a50cdda0f68cee1f2adf8480b163911eb83298c2.tar.gz
blogc-a50cdda0f68cee1f2adf8480b163911eb83298c2.tar.bz2
blogc-a50cdda0f68cee1f2adf8480b163911eb83298c2.zip
build: mark tests as disabled by default
Diffstat (limited to 'tests')
-rw-r--r--tests/check_loader.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/check_loader.c b/tests/check_loader.c
index 08c5acc..1961180 100644
--- a/tests/check_loader.c
+++ b/tests/check_loader.c
@@ -19,6 +19,9 @@
#include "../src/utils/utils.h"
+// FIXME: test the file functions
+
+
static void
test_get_filename(void **state)
{