1. 12 Apr, 2006 1 commit
    • unknown's avatar
      WL#3208 (Adding TAP support): · d7923417
      unknown authored
      Making it portable to non-gcc compilers by defining __attribute__
      macro for non-gcc compilers.
      
      
      unittest/mytap/Doxyfile:
        Expanding macros while generating documentation.
      unittest/mytap/tap.h:
        Defining __attribute__ macro for non-gcc builds.
      d7923417
  2. 11 Apr, 2006 2 commits
    • unknown's avatar
      Added missing prototypes to mysys/my_bitmap.h · 26068bfb
      unknown authored
      
      include/my_bitmap.h:
        Added missing prototypes.
      26068bfb
    • unknown's avatar
      WL#3206 (Add unit tests): · 343d2f80
      unknown authored
      More changes according to review comments.
      
      
      unittest/README.txt:
        Changes to manifest.
      unittest/mysys/bitmap.t.c:
        Removed unused functions and variables. Marked unused parameters
        as unused. No need to test every size up to 4096 bits, testing to 1024,
        but I think this is too much as well.
      unittest/unit.pl:
        Added test for version-specific function.
      343d2f80
  3. 10 Apr, 2006 1 commit
    • unknown's avatar
      WL#3206 (Adding unit tests): · 8078c073
      unknown authored
      Added 'test' target to build and run tests. Added documentation.
      Added README.txt files. Fixing problem with initialization of
      the Test::Harness::Straps replacement. Added code to filter out non-
      test directories.
      
      
      unittest/Makefile.am:
        Adding 'test' target to build and run tests.
      unittest/examples/skip.t.c:
        Changing text for skip reason.
      unittest/examples/skip_all.t.c:
        Changing text for skip reason.
      unittest/mytap/tap.c:
        Adding copyright. Adding documentation. Minor code changes.
      unittest/mytap/tap.h:
        Adding copyright. Adding documentation.
      unittest/unit.pl:
        Initializing replacement Test::Harness::Straps properly.
        Adding code to filter non-test directories from default directories
        to use.
      unittest/README.txt:
        New BitKeeper file ``unittest/README.txt''
      8078c073
  4. 06 Apr, 2006 1 commit
    • unknown's avatar
      WL#3206 (Adding unit tests): · da027dd0
      unknown authored
      Moving mytap library into unittest/
      Adding 'test' target to make and run unit tests.
      Minor fixes.
      
      
      unittest/mytap/Doxyfile:
        mvdir
      unittest/mytap/t/basic.t.c:
        mvdir
      unittest/mytap/tap.c:
        mvdir
      unittest/mytap/tap.h:
        mvdir
      Makefile.am:
        Correcting after moving mytap/
      configure.in:
        Correcting after moving mytap/
      unittest/Makefile.am:
        Adding 'test' target to build and execute unit tests.
      unittest/examples/Makefile.am:
        Correcting after moving mytap/
      unittest/mysys/Makefile.am:
        Correcting after moving mytap/
      unittest/mysys/bitmap.t.c:
        Adding copyright notice.
      unittest/mytap/Makefile.am:
        Correcting after moving mytap/
      unittest/mytap/t/Makefile.am:
        Correcting after moving mytap/
      unittest/mysys/base64.t.c:
        New BitKeeper file ``unittest/mysys/base64.t.c''
      da027dd0
  5. 05 Apr, 2006 1 commit
    • unknown's avatar
      WL#3206 (Adding unit tests): · a01ed408
      unknown authored
      Added missing mytap/t/Makefile.am and minor fix to Makefile.am
      
      
      Makefile.am:
        Missing directories 'mytap' and 'unittest' in DIST_SUBDIRS.
      mytap/t/Makefile.am:
        New BitKeeper file ``mytap/t/Makefile.am''
      a01ed408
  6. 04 Apr, 2006 1 commit
    • unknown's avatar
      WL#3206 (Add unit tests): · 5c7a552e
      unknown authored
      An implementation of the TAP framework for writing unit tests.
      
      
      Makefile.am:
        Adding directories mytap and unittest
      configure.in:
        Building Makefiles for mytap and unittest directories.
      mytap/Doxyfile:
        New BitKeeper file ``mytap/Doxyfile''
      mytap/Makefile.am:
        New BitKeeper file ``mytap/Makefile.am''
      mytap/t/basic.t.c:
        New BitKeeper file ``mytap/t/basic.t.c''
      mytap/tap.c:
        New BitKeeper file ``mytap/tap.c''
      mytap/tap.h:
        New BitKeeper file ``mytap/tap.h''
      unittest/Makefile.am:
        New BitKeeper file ``unittest/Makefile.am''
      unittest/examples/Makefile.am:
        New BitKeeper file ``unittest/examples/Makefile.am''
      unittest/examples/no_plan.t.c:
        New BitKeeper file ``unittest/examples/no_plan.t.c''
      unittest/examples/simple.t.c:
        New BitKeeper file ``unittest/examples/simple.t.c''
      unittest/examples/skip.t.c:
        New BitKeeper file ``unittest/examples/skip.t.c''
      unittest/examples/skip_all.t.c:
        New BitKeeper file ``unittest/examples/skip_all.t.c''
      unittest/examples/todo.t.c:
        New BitKeeper file ``unittest/examples/todo.t.c''
      unittest/mysys/Makefile.am:
        New BitKeeper file ``unittest/mysys/Makefile.am''
      unittest/mysys/bitmap.t.c:
        New BitKeeper file ``unittest/mysys/bitmap.t.c''
      unittest/unit.pl:
        New BitKeeper file ``unittest/unit.pl''
      5c7a552e
  7. 22 Mar, 2006 18 commits
  8. 21 Mar, 2006 15 commits