Support Deps
  1. Support Deps

libtap

Public
AuthorCommitMessageCommit dateIssues
William KingWilliam King
d28c761a820Package builds now
William KingWilliam King
98654786803Fixing Makefile for package build
William KingWilliam King
067225c18f5Adding a base package system for libtap
Jacob GelbmanJacob Gelbman
5a85bec45f0Make all diagnostic messages go to STDOUT to avoid out of order display issues
Jacob GelbmanJacob Gelbman
72a57250e3fRely on prove (or another tap consumer) to provide color results
Jacob GelbmanJacob Gelbman
381288836a3Test itself without Perl
Jacob GelbmanJacob Gelbman
8e03f5ddcfaRemove the extra whitespace
Jacob GelbmanJacob Gelbman
a7e0438ce22MMerge pull request #23 from tekknolagi/mb-add-colorAdd color text
Maxwell BernsteinMaxwell Bernstein
50c89465fcbMake color optionalTo add color to output, compile like so: TAP_COLOR_OUTPUT=yes make
Max BernsteinMax Bernstein
b78ba661a40Add color text
Jacob GelbmanJacob Gelbman
6317aa3e2c6Move tap.pc section down so all section stays the default
Jacob GelbmanJacob Gelbman
8320f148cd6MMerge pull request #22 from quentusrex/masterAdding pkgconfig file
William KingWilliam King
6c87a037f2fAdding pkgconfig file
Jacob GelbmanJacob Gelbman
a5076cea862License under LGPL
Jacob GelbmanJacob Gelbman
c7b93973fd0done_testing to return 0, 1, or 2 not the number of tests failed
Jacob GelbmanJacob Gelbman
4ebdef73989Link tests with the static library to avoid LD_LIBRARY_PATH errors
Jacob GelbmanJacob Gelbman
2d23c18824aRemove the Visual Studio project file since it might be out of date
Jacob GelbmanJacob Gelbman
d7d33dab26aMMerge branch 'beatgammit-master'
Jacob GelbmanJacob Gelbman
cf2c7c3b072Create libtap.so by default
T. Jameson LittleT. Jameson Little
db4aa0d7e8aCreate shared objects by default- create directories as necessary - use -fPIC so shared objects work - updated .gitignore
Jacob GelbmanJacob Gelbman
cffe0d533b2Test each file with a .expected file instead of within the .t script
Jacob GelbmanJacob Gelbman
78de74db602Add a PREFIX variable to the Makefile
Jacob GelbmanJacob Gelbman
0349867e4c8MMerge pull request #16 from fredmorcos/patch-1_BSD_SOURCE is deprecated so use _DEFAULT_SOURCE instead
Fred MorcosFred Morcos
4f14d706ac2_BSD_SOURCE is deprecated so use _DEFAULT_SOURCE instead
Jacob GelbmanJacob Gelbman
1d8d185b628MMerge pull request #15 from autarch/patch-2Ignore more junk in .gitignore
Dave RolskyDave Rolsky
0bdd9778f61Ignore more junkThis is produced on my Ubuntu 14.04 system when using libtap to test library.
Jacob GelbmanJacob Gelbman
a57309f6d4bMMerge pull request #13 from sevko/masterMinor additions to INSTALL and README.md
Severyn KozakSeveryn Kozak
de945758820Add install section to README; add make check note.INSTALL -Make note about installing the `Test::Differences` CPAN module before running `make check`. README.md -Add a brief installation section, with commands for installing on Unix. Link to `INSTALL`.
Jacob GelbmanJacob Gelbman
56f9c06bab3Make a function for finding memory difference offsets
Sven PutteneersSven Putteneers
18f1ec08977cmp_mem() improvements- NULL for got and expected is handled - reworked logic so memcmp() is not needed - cosmetic fix in diagnostics
Jacob GelbmanJacob Gelbman
1796a0d15d6Fix whitespace
Sven PutteneersSven Putteneers
433c24900fdAdd cmp_mem testCompares two memory areas and fails if the contents differ. The offset of the first differing byte is reported.
Jacob GelbmanJacob Gelbman
959a1126967Replace ternary operations with if statements
Jacob GelbmanJacob Gelbman
74494abafb1Ignore all compiled tests no matter their names
Jacob GelbmanJacob Gelbman
933e26ccb4eUpdate license to GPLv2+ to be compatible with the Apache 2.0 license
Dave RolskyDave Rolsky
0b06bea3a3eDefine _BSD_SOURCE to 1This appears to be needed to get the MAP_ANONYMOUS macro when compiling with --std=c99
Jacob GelbmanJacob Gelbman
4d5a11a1c29Make better naming choices: planf -> tap_plan, skippy -> tap_skip, todof -> tap_todo
Jacob GelbmanJacob Gelbman
3fdd33db63dRemove autotools support
Brilliantov Kirill VladimirovichBrilliantov Kirill Vladimirovich
23dec52cee1Add autotools supportSigned-off-by: Brilliantov Kirill Vladimirovich <brilliantov@inbox.ru> Signed-off-by: Jacob Gelbman <gelbman@gmail.com>
Mathias LafeldtMathias Lafeldt
c3c3d0aa447Travis now supports C
Jake GelbmanJake Gelbman
6956aefc0d9Rename t/tap.t to t/test.t
Jake GelbmanJake Gelbman
baf4d46e8b9Generate testing command in subroutine
Jake GelbmanJake Gelbman
0e45669c781Rename endskip and endtodo to end_skip and end_todoThe other functions use underscore separated names like cmp_ok, dies_ok, lives_ok, done_testing, BAIL_OUT. These functions should too.
Jake GelbmanJake Gelbman
e1329bfc033Use the name Windows instead of MSWin32
gelbmangelbman
efcecfe3dccRename cplan, ctodo, and cendtodo to planf, todof, endtodof
gelbmangelbman
b2b8e01d6d4Check for malloc errors
gelbmangelbman
52a6219d612Simplify synopsis
gelbmangelbman
1af28ae72e3Give the isnt and unlike arguments better names
gelbmangelbman
47f297fd838MMerge remote-tracking branch 'mlafeldt/travis'
gelbmangelbman
33fb614a19dMMerge remote-tracking branch 'mlafeldt/gitignore-unix'