jansson/test
Petri Lehtinen b6a1d8cfd4 Add json_boolean() macro
Mostly for symmetry reasons. Makes it easier e.g. to:

  int ok = 0;
  if(something)
      ok = 1;

  json_object_set_new(obj, "ok", json_boolean(ok));

Fixes #86.
2012-07-30 07:20:37 +03:00
..
bin Make test stripping locale independent 2012-03-22 08:48:28 +02:00
scripts Check for missing args and envvars in run-tests.sh 2012-04-26 08:58:36 +03:00
suites Add json_boolean() macro 2012-07-30 07:20:37 +03:00
.gitignore Ignore the binary test_load_callback 2012-03-25 13:22:09 +00:00
Makefile.am Distribute some missing files 2010-01-21 21:48:31 +02:00
run-suites Fix tests on shells that don't support the export FOO=bar syntax 2012-03-08 15:01:52 +02:00