An error occurred fetching the project authors.
  1. 20 Oct, 2006 1 commit
    • unknown's avatar
      Documentation changes to MyTAP. · ba53dc35
      unknown authored
      unittest/README.txt:
        Adding reference to generated documentation
      unittest/mytap/Doxyfile:
        Some configuration changes to make Doxygen generate better documentation.
      unittest/mytap/tap.c:
        Adding documentation and tags
      unittest/mytap/tap.h:
        Adding tags to provide document-internal references.
      ba53dc35
  2. 25 Aug, 2006 1 commit
    • unknown's avatar
      mytap-changes.patch · 0220e4ff
      unknown authored
      unittest/Makefile.am:
        Import patch mytap-changes.patch
      unittest/README.txt:
        Import patch mytap-changes.patch
      unittest/examples/Makefile.am:
        Import patch mytap-changes.patch
      unittest/mytap/tap.c:
        Import patch mytap-changes.patch
      unittest/mytap/tap.h:
        Import patch mytap-changes.patch
      0220e4ff
  3. 14 Aug, 2006 1 commit
    • unknown's avatar
      Fixing unit test execution script to work with AIX 5.2 and OS X machines. · dc2264ab
      unknown authored
      These are using old version of the Test::Harness modules, so I resort
      to a safer way of running executable files.
      
      
      unittest/README.txt:
        Adding reference to Doxygen-generated documentation on the intranet.
      unittest/unit.pl:
        Using environment HARNESS_PERL_SWITCHES instead of a replacement
        straps
      dc2264ab
  4. 01 Jun, 2006 1 commit
    • unknown's avatar
      unittest: · 740077bd
      unknown authored
        rename *.t* to *-t* to be automake-friendly
        simplify Makefiles
      test_atomic.c:
        move to unittest, add GPL comment, fix warnings, convert to tap framework.
      configure:
        remove custom tests for available types, use AC_CHECK_TYPE instead
      x86-gcc.h:
        fix gcc -ansi errors while maintaining readability
      ignore:
        added *-t
      
      
      unittest/mysys/base64-t.c:
        Rename: unittest/mysys/base64.t.c -> unittest/mysys/base64-t.c
      unittest/mysys/bitmap-t.c:
        Rename: unittest/mysys/bitmap.t.c -> unittest/mysys/bitmap-t.c
      unittest/mytap/t/basic-t.c:
        Rename: unittest/mytap/t/basic.t.c -> unittest/mytap/t/basic-t.c
      unittest/examples/no_plan-t.c:
        Rename: unittest/examples/no_plan.t.c -> unittest/examples/no_plan-t.c
      unittest/examples/simple-t.c:
        Rename: unittest/examples/simple.t.c -> unittest/examples/simple-t.c
      unittest/examples/skip-t.c:
        Rename: unittest/examples/skip.t.c -> unittest/examples/skip-t.c
      unittest/examples/skip_all-t.c:
        Rename: unittest/examples/skip_all.t.c -> unittest/examples/skip_all-t.c
      unittest/examples/todo-t.c:
        Rename: unittest/examples/todo.t.c -> unittest/examples/todo-t.c
      BitKeeper/etc/ignore:
        added *-t
      config/ac-macros/misc.m4:
        remove custom AC_TRY_RUN tests for available types, use AC_CHECK_TYPE instead
      configure.in:
        remove custom tests for available types, use AC_CHECK_TYPE instead
      include/atomic/x86-gcc.h:
        fix gcc -ansi errors while maintaining readability
      include/my_global.h:
        remove custom tests for available types, use AC_CHECK_TYPE instead
      include/my_sys.h:
        add missing declaration
      mysys/Makefile.am:
        move test_atomic to unittest
      unittest/Makefile.am:
        simplifications, correct permissions in chmod
      unittest/README.txt:
        rename *.t* to *-t* to be automake-friendly
      unittest/examples/Makefile.am:
        rename *.t* to *-t* to be automake-friendly
        simplify Makefile
      unittest/mysys/Makefile.am:
        rename *.t* to *-t* to be automake-friendly
        simplify Makefile
      unittest/mysys/my_atomic-t.c:
        move mysys/test_atomic.c to unittest, add GPL comment, fix warnings,
        convert to tap framework.
      unittest/mytap/t/Makefile.am:
        rename *.t* to *-t* to be automake-friendly
        simplify Makefile
      unittest/unit.pl:
        rename *.t* to *-t* to be automake-friendly
      740077bd
  5. 11 Apr, 2006 1 commit
    • unknown's avatar
      WL#3206 (Add unit tests): · a14de3b2
      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.
      a14de3b2
  6. 10 Apr, 2006 1 commit
    • unknown's avatar
      WL#3206 (Adding unit tests): · 4f99f11e
      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''
      4f99f11e