Skip to content
Snippets Groups Projects
Commit 1789cbf0 authored by Meredith L. Patterson's avatar Meredith L. Patterson
Browse files

Fixed default 'all' target; fixed format warnings in test suite

parent 4543b091
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@ CFLAGS += -DINCLUDE_TESTS
.SUFFIX:
.DEFAULT_GOAL:=all
%.a:
-rm -f $@
ar crv $@ $^
......
......@@ -6,7 +6,7 @@
typeof (n1) _n1 = (n1); \
typeof (n2) _n2 = (n2); \
if (!(_n1 op _n2)) { \
g_test_message("Check failed: (%s): (%d %s %d)", \
g_test_message("Check failed: (%s): (%lld %s %d)", \
#n1 " " #op " " #n2, \
_n1, #op, _n2); \
g_test_fail(); \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment