aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2017-10-24 09:00:37 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2017-10-24 09:00:37 +0200
commitf125c6402c5dc8de2098a89ca73fc329463850bd (patch)
treec3aea3d9c06df7664b03ca9858a30611b95e5493
parent5d1c494f63fe331eb3bf4dca2de8285590e148d2 (diff)
downloadmtest-f125c6402c5dc8de2098a89ca73fc329463850bd.tar.gz
mtest-f125c6402c5dc8de2098a89ca73fc329463850bd.tar.bz2
mtest-f125c6402c5dc8de2098a89ca73fc329463850bd.zip
Added gitignore file
-rw-r--r--.gitignore2
-rw-r--r--mtest.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..25064ae
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+*.o
+example
diff --git a/mtest.h b/mtest.h
index 8f177d2..4342264 100644
--- a/mtest.h
+++ b/mtest.h
@@ -120,6 +120,7 @@
mt_fail(errno == errn); \
} while (0)
+
/* ==========================================================================
prints test plan, in format 1..<number_of_test_run>. If all tests have
passed, macro will return current function with code 0, else it returns