Skip to content

Commit

Permalink
Completed work on logger
Browse files Browse the repository at this point in the history
  • Loading branch information
endurox-dev committed Oct 2, 2016
1 parent 72e0ff1 commit a206f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ all:
$(MAKE) -C 05_basic_json_call
$(MAKE) -C 06_ubf_marshal
$(MAKE) -C 07_basic_durable_queue
$(MAKE) -C 08_logging
1 change: 1 addition & 0 deletions tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,6 @@ run_test "03_basic_carray_call"
run_test "05_basic_json_call"
run_test "06_ubf_marshal"
run_test "07_basic_durable_queue"
run_test "08_logging"

echo "*** SUMMARY $M_tests tests executed. $M_ok passes, $M_fail failures"

0 comments on commit a206f76

Please sign in to comment.