This website requires JavaScript.
Explore
Help
Register
Sign In
Cypher_Stack
/
libsecret
Watch
2
Star
0
Fork
0
You've already forked libsecret
mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced
2024-12-22 20:58:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9cfad7c621
libsecret
/
build
/
tap-gtester
6 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
build: Drop TAP wrapper script around GLib tests The GLib versions we require supports TAP natively when tests are run with the --tap option.
2018-08-30 07:12:10 +00:00
#! /bin/sh
Makefile.am: Use a single Makefile.am and parallel tests Allow parallel building and testing by using a single Makefile.am Implement parallel testing using TAP, with various drivers and compilers living in the build/ directory. Fix all sorts of issues that this caused, including builddir != srcdir, leaks in tests and so on. It would have been nice to break out all the above into separate commits ... blush.
2014-03-04 07:20:53 +00:00
build: Drop TAP wrapper script around GLib tests The GLib versions we require supports TAP natively when tests are run with the --tap option.
2018-08-30 07:12:10 +00:00
# run a GTest in tap mode. The test binary is passed as $1
Makefile.am: Use a single Makefile.am and parallel tests Allow parallel building and testing by using a single Makefile.am Implement parallel testing using TAP, with various drivers and compilers living in the build/ directory. Fix all sorts of issues that this caused, including builddir != srcdir, leaks in tests and so on. It would have been nice to break out all the above into separate commits ... blush.
2014-03-04 07:20:53 +00:00
build: Drop TAP wrapper script around GLib tests The GLib versions we require supports TAP natively when tests are run with the --tap option.
2018-08-30 07:12:10 +00:00
$1 -k --tap
Reference in New Issue
Copy Permalink